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.lib.mk,v retrieving revision 1.116 retrieving revision 1.117 diff -u -p -r1.116 -r1.117 --- src/share/mk/bsd.lib.mk 1997/06/04 08:38:45 1.116 +++ src/share/mk/bsd.lib.mk 1997/10/11 08:16:26 1.117 @@ -1,13 +1,16 @@ -# $NetBSD: bsd.lib.mk,v 1.116 1997/06/04 08:38:45 pk Exp $ +# $NetBSD: bsd.lib.mk,v 1.117 1997/10/11 08:16:26 mycroft Exp $ # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 +.if !target(__initialized__) +__initialized__: .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif - .include - +.include .MAIN: all +.endif + .PHONY: cleanlib libinstall realinstall: libinstall clean cleandir: cleanlib @@ -303,18 +306,13 @@ ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln: .endif .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. +lint regress: