|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.55, 1996/04/08 21:19:26 | version 1.56, 1996/10/18 02:34:47 | ||
|---|---|---|---|
|
|
||
| .if !target(realinstall) | .if !target(realinstall) | ||
| realinstall: | realinstall: | ||
| .if defined(PROG) | .if defined(PROG) | ||
| install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ | ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ | ||
| ${PROG} ${DESTDIR}${BINDIR} | ${PROG} ${DESTDIR}${BINDIR} | ||
| .endif | .endif | ||
| .if defined(HIDEGAME) | .if defined(HIDEGAME) |