summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-22 12:06:38 +0000
committerderaadt <deraadt@openbsd.org>1996-05-22 12:06:38 +0000
commit51d62a4bd50989b64d3950c150518ce824d6bf31 (patch)
tree6cff67a825ee517dbc70cbf1ee716d11506a5736 /sys/lib/libkern
parentfiddling (diff)
downloadwireguard-openbsd-51d62a4bd50989b64d3950c150518ce824d6bf31.tar.xz
wireguard-openbsd-51d62a4bd50989b64d3950c150518ce824d6bf31.zip
make depend work
Diffstat (limited to 'sys/lib/libkern')
-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}