summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/Makefile.inc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-05-05 04:44:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-05-05 04:44:12 +0000
commitd711b5312327737d61322a43f0aaa8dd22faa974 (patch)
tree913739446c6994f42ee8bbad37683f83ec3633e2 /sys/lib/libkern/Makefile.inc
parent6ae3a631a6782bbdecf59a834ca684922d92f612 (diff)
Back out depend/clean changes.
Diffstat (limited to 'sys/lib/libkern/Makefile.inc')
-rw-r--r--sys/lib/libkern/Makefile.inc8
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