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.93 retrieving revision 1.94 diff -u -p -r1.93 -r1.94 --- src/share/mk/bsd.lib.mk 1997/04/17 06:32:23 1.93 +++ src/share/mk/bsd.lib.mk 1997/05/06 20:54:35 1.94 @@ -1,10 +1,13 @@ -# $NetBSD: bsd.lib.mk,v 1.93 1997/04/17 06:32:23 thorpej Exp $ +# $NetBSD: bsd.lib.mk,v 1.94 1997/05/06 20:54:35 mycroft Exp $ # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif +.MAIN: all +.PHONY: cleanlib afterdepend beforeinstall libinstall afterinstall + .include # for 'NOPIC' definition .if exists(${.CURDIR}/shlib_version) @@ -12,8 +15,6 @@ SHLIB_MAJOR != . ${.CURDIR}/shlib_versio SHLIB_MINOR != . ${.CURDIR}/shlib_version ; echo $$minor .endif -.MAIN: all - # prefer .S to a .c, add .po, remove stuff not used in the BSD libraries. # .so used for PIC object files. .ln used for lint output files. .SUFFIXES: