summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-02 01:17:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-02 01:17:21 +0000
commitaf74d3af36d6f787c2d36b2eaf44ed3497120162 (patch)
tree8732ece15be5fa8217f1a0b6590966a7ee0fcf41 /Makefile
parent525ceb0c376fe69afefc1a2cc28744e31046ad58 (diff)
do not enter lkm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9b1ab0ec881..dfe65a0161b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.113 2005/09/16 12:28:34 jmc Exp $
+# $OpenBSD: Makefile,v 1.114 2005/12/02 01:17:20 deraadt Exp $
#
# For more information on building in tricky environments, please see
@@ -38,7 +38,7 @@
SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games
SUBDIR+= gnu
-SUBDIR+= sys lkm
+SUBDIR+= sys
.if (${KERBEROS5:L} == "yes")
SUBDIR+= kerberosV