summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-22 12:06:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-22 12:06:39 +0000
commitcfb2a4d8ca097da1efaea57fde773395fc48d4f9 (patch)
tree4511b17f23c7e11f8092030463ecba9bbf5f60bd /sys
parenta2a0f6d8eec05ead8de8668a84fe9edbb856d40a (diff)
make depend work
Diffstat (limited to 'sys')
-rw-r--r--sys/lib/libkern/Makefile4
-rw-r--r--sys/lib/libkern/Makefile.inc8
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/lib/libkern/Makefile b/sys/lib/libkern/Makefile
index edc3087af21..4cb172a104e 100644
--- a/sys/lib/libkern/Makefile
+++ b/sys/lib/libkern/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.6 1996/05/10 21:27:31 deraadt Exp $
-# $NetBSD: Makefile,v 1.26 1996/04/18 02:14:48 cgd Exp $
+# $OpenBSD: Makefile,v 1.7 1996/05/22 12:06:38 deraadt Exp $
+# $NetBSD: Makefile,v 1.27 1996/05/10 21:27:32 scottr Exp $
LIB= kern
NOPIC=
diff --git a/sys/lib/libkern/Makefile.inc b/sys/lib/libkern/Makefile.inc
index 1314ceb54fa..b1be031e65e 100644
--- a/sys/lib/libkern/Makefile.inc
+++ b/sys/lib/libkern/Makefile.inc
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile.inc,v 1.2 1996/02/29 13:27:48 niklas Exp $
-# $NetBSD: Makefile.inc,v 1.13 1996/02/02 20:34:41 mycroft Exp $
+# $OpenBSD: Makefile.inc,v 1.3 1996/05/22 12:06:38 deraadt Exp $
+# $NetBSD: Makefile.inc,v 1.14 1996/05/11 16:13:39 mycroft Exp $
#
# NOTE: $S must correspond to the top of the 'sys' tree
@@ -32,5 +32,9 @@ clean:: .NOTMAIN __always_make_kernlib
@echo cleaning the kern library objects
@${KERNMAKE} clean
+depend:: .NOTMAIN __always_make_kernlib
+ @echo depending the kern library objects
+ @${KERNMAKE} depend
+
__always_make_kernlib: .NOTMAIN
@mkdir -p ${KERNDST}