diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-05 04:44:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-05 04:44:12 +0000 |
commit | d711b5312327737d61322a43f0aaa8dd22faa974 (patch) | |
tree | 913739446c6994f42ee8bbad37683f83ec3633e2 /sys/lib/libkern/Makefile.inc | |
parent | 6ae3a631a6782bbdecf59a834ca684922d92f612 (diff) |
Back out depend/clean changes.
Diffstat (limited to 'sys/lib/libkern/Makefile.inc')
-rw-r--r-- | sys/lib/libkern/Makefile.inc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/lib/libkern/Makefile.inc b/sys/lib/libkern/Makefile.inc index b9a2903d4d4..497031862d4 100644 --- a/sys/lib/libkern/Makefile.inc +++ b/sys/lib/libkern/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 1997/05/04 23:33:35 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.7 1997/05/05 04:44:10 millert Exp $ # $NetBSD: Makefile.inc,v 1.22 1996/09/30 15:54:35 ws Exp $ # # NOTE: $S must correspond to the top of the 'sys' tree @@ -40,13 +40,11 @@ ${KERNLIB_PROF}: .NOTMAIN __always_make_kernlib @${KERNMAKE} libkern.po .endif -clean: .NOTMAIN cleankernlib -cleankernlib: .NOTMAIN __always_make_kernlib +clean:: .NOTMAIN __always_make_kernlib @echo cleaning the kern library objects @${KERNMAKE} clean -depend: .NOTMAIN dependkernlib -dependkernlib: .NOTMAIN __always_make_kernlib +depend:: .NOTMAIN __always_make_kernlib @echo depending the kern library objects @${KERNMAKE} depend |