|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.13, 1993/04/25 05:53:48 | version 1.14, 1993/04/26 03:26:17 | ||
|---|---|---|---|
|
|
||
| afterinstall: | afterinstall: | ||
| .endif | .endif | ||
| .if !target(realinstall) | |||
| realinstall: _PROGSUBDIR | realinstall: _PROGSUBDIR | ||
| .if defined(PROG) | .if defined(PROG) | ||
| install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ | install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ | ||
|
|
||
| ln $$l $$t; \ | ln $$l $$t; \ | ||
| done; true | done; true | ||
| .endif | .endif | ||
| .endif | |||
| install: maninstall | install: maninstall | ||
| maninstall: afterinstall | maninstall: afterinstall |