summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-05-05 04:44:10 +0000
committermillert <millert@openbsd.org>1997-05-05 04:44:10 +0000
commitd23ae6164c62263a0868f3ab8926684d5f787ba5 (patch)
treee4aca67a5e1edd435a855cbe9a95254bcdb763c1 /sys/lib/libkern
parentssize_t is long on alpha, not int so cast to long in printf. (diff)
downloadwireguard-openbsd-d23ae6164c62263a0868f3ab8926684d5f787ba5.tar.xz
wireguard-openbsd-d23ae6164c62263a0868f3ab8926684d5f787ba5.zip
Back out depend/clean changes.
Diffstat (limited to 'sys/lib/libkern')
-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