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.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- src/share/mk/bsd.lib.mk 1993/08/15 20:42:41 1.24 +++ src/share/mk/bsd.lib.mk 1993/08/15 20:59:36 1.25 @@ -1,5 +1,5 @@ # from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91 -# $Id: bsd.lib.mk,v 1.24 1993/08/15 20:42:41 mycroft Exp $ +# $Id: bsd.lib.mk,v 1.25 1993/08/15 20:59:36 mycroft Exp $ .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" @@ -77,6 +77,8 @@ clean: rm -f lib${LIB}.a lib${LIB}_p.a llib-l${LIB}.ln .endif +cleandir: clean + afterdepend: @(TMP=/tmp/_depend$$$$; \ sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.po:/' < .depend > $$TMP; \ @@ -120,12 +122,9 @@ afterinstall: realinstall realinstall: beforeinstall .endif -cleandir: clean - .if !defined(NOMAN) .include .endif .include .include -.include