Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.prog.mk,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/bsd.prog.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/share/mk/bsd.prog.mk 1993/04/08 17:18:46 1.8 +++ src/share/mk/bsd.prog.mk 1993/04/09 20:06:01 1.9 @@ -17,7 +17,6 @@ BINGRP?= bin BINOWN?= bin BINMODE?= 555 - LIBCRT0?= /usr/lib/crt0.o LIBC?= /usr/lib/libc.a LIBCOMPAT?= /usr/lib/libcompat.a @@ -134,7 +133,7 @@ afterinstall: realinstall: _PROGSUBDIR .if defined(PROG) - install -c ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${PROG} ${DESTDIR}${BINDIR} .endif .if defined(HIDEGAME)