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.11 diff -u -p -r1.8 -r1.11 --- src/share/mk/bsd.prog.mk 1993/04/08 17:18:46 1.8 +++ src/share/mk/bsd.prog.mk 1993/04/25 04:55:52 1.11 @@ -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 @@ -74,11 +73,14 @@ MKDEP= -p .if !defined(MAN1) && !defined(MAN2) && !defined(MAN3) && \ !defined(MAN4) && !defined(MAN5) && !defined(MAN6) && \ - !defined(MAN7) && !defined(MAN8) && !defined(NOMAN) + !defined(MAN7) && !defined(MAN8) MAN1= ${PROG}.0 .endif .endif + +.if !defined(NOMAN) MANALL= ${MAN1} ${MAN2} ${MAN3} ${MAN4} ${MAN5} ${MAN6} ${MAN7} ${MAN8} +.endif _PROGSUBDIR: .USE .if defined(SUBDIR) && !empty(SUBDIR) @@ -134,7 +136,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)