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.78 retrieving revision 1.79 diff -u -p -r1.78 -r1.79 --- src/share/mk/bsd.prog.mk 1997/05/09 05:43:44 1.78 +++ src/share/mk/bsd.prog.mk 1997/05/09 07:56:03 1.79 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prog.mk,v 1.78 1997/05/09 05:43:44 mycroft Exp $ +# $NetBSD: bsd.prog.mk,v 1.79 1997/05/09 07:56:03 mycroft Exp $ # @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94 .if exists(${.CURDIR}/../Makefile.inc) @@ -105,8 +105,7 @@ MAN= ${PROG}.1 .endif # !defined(MAN) .endif # defined(PROG) -all depend: ${SRCS} -all: ${PROG} +all: ${SRCS} ${PROG} cleanprog: rm -f a.out [Ee]rrs mklog core *.core \ @@ -175,12 +174,10 @@ ${DESTDIR}${SCRIPTSDIR_${S}}/${SCRIPTSNA scriptsinstall:: .endif -.if !target(lint) lint: ${LOBJS} .if defined(LOBJS) && !empty(LOBJS) @${LINT} ${LINTFLAGS} ${LDFLAGS:M-L*} ${LOBJS} ${LDADD} .endif -.endif .if !defined(NOMAN) .include