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 retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- src/share/mk/bsd.prog.mk 1993/04/09 20:06:01 1.9 +++ src/share/mk/bsd.prog.mk 1993/04/25 04:15:26 1.10 @@ -71,13 +71,15 @@ MKDEP= -p .endif +.if !defined(NOMAN) .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 MANALL= ${MAN1} ${MAN2} ${MAN3} ${MAN4} ${MAN5} ${MAN6} ${MAN7} ${MAN8} +.endif _PROGSUBDIR: .USE .if defined(SUBDIR) && !empty(SUBDIR)