summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2007-11-26 09:40:35 +0000
committerjsing <jsing@openbsd.org>2007-11-26 09:40:35 +0000
commit13586f211132721440ccf5847b158c401920dac7 (patch)
treea5146cdcafe36322e2662d6691c37d272fdfb34c
parentallow to add labels to protocol actions, they will be printed in http (diff)
downloadwireguard-openbsd-13586f211132721440ccf5847b158c401920dac7.tar.xz
wireguard-openbsd-13586f211132721440ccf5847b158c401920dac7.zip
Remove libkern.
ok deraadt@
-rw-r--r--sys/arch/sgi/stand/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/stand/Makefile b/sys/arch/sgi/stand/Makefile
index beff27ac1b8..b002fcec130 100644
--- a/sys/arch/sgi/stand/Makefile
+++ b/sys/arch/sgi/stand/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.4 2005/04/27 18:02:16 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2007/11/26 09:40:35 jsing Exp $
SUBDIR= sgivol
.if ${MACHINE} == "sgi"
-SUBDIR+= libsa libkern libz boot
+SUBDIR+= libsa libz boot
.endif
.include <bsd.subdir.mk>