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.77 retrieving revision 1.78 diff -u -p -r1.77 -r1.78 --- src/share/mk/bsd.prog.mk 1997/05/09 05:17:31 1.77 +++ src/share/mk/bsd.prog.mk 1997/05/09 05:43:44 1.78 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prog.mk,v 1.77 1997/05/09 05:17:31 mycroft Exp $ +# $NetBSD: bsd.prog.mk,v 1.78 1997/05/09 05:43:44 mycroft Exp $ # @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94 .if exists(${.CURDIR}/../Makefile.inc) @@ -105,6 +105,7 @@ MAN= ${PROG}.1 .endif # !defined(MAN) .endif # defined(PROG) +all depend: ${SRCS} all: ${PROG} cleanprog: @@ -112,7 +113,6 @@ cleanprog: ${PROG} ${OBJS} ${LOBJS} ${CLEANFILES} .if defined(SRCS) -depend all: ${SRCS} afterdepend: .depend @(TMP=/tmp/_depend$$$$; \ sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.ln:/' \