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.86 retrieving revision 1.88 diff -u -p -r1.86 -r1.88 --- src/share/mk/bsd.prog.mk 1997/05/31 21:21:59 1.86 +++ src/share/mk/bsd.prog.mk 1997/10/11 08:16:28 1.88 @@ -1,13 +1,16 @@ -# $NetBSD: bsd.prog.mk,v 1.86 1997/05/31 21:21:59 cjs Exp $ +# $NetBSD: bsd.prog.mk,v 1.88 1997/10/11 08:16:28 mycroft Exp $ # @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94 +.if !target(__initialized__) +__initialized__: .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif - .include - +.include .MAIN: all +.endif + .PHONY: cleanprog proginstall scriptsinstall realinstall: proginstall scriptsinstall clean cleandir: cleanprog @@ -25,6 +28,7 @@ LIBCRTEND?= .endif LIBCRT0?= ${DESTDIR}/usr/lib/crt0.o +LIBBFD?= ${DESTDIR}/usr/lib/libbfd.a LIBC?= ${DESTDIR}/usr/lib/libc.a LIBC_PIC?= ${DESTDIR}/usr/lib/libc_pic.a LIBCOMPAT?= ${DESTDIR}/usr/lib/libcompat.a @@ -182,18 +186,13 @@ lint: ${LOBJS} @${LINT} ${LINTFLAGS} ${LDFLAGS:M-L*} ${LOBJS} ${LDADD} .endif -.if !defined(NOMAN) .include -.endif - -.if !defined(NONLS) .include -.endif - -.include .include .include .include .include -.include .include + +# Make sure all of the standard targets are defined, even if they do nothing. +regress: