summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-24 22:32:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-24 22:32:53 +0000
commitda7cdb3381c409c4b29e1af9c4a90fe9060e5285 (patch)
treea4fec5b6bdcf9c5683b79c84df02e7e4c450d93a
parent34b3a4729162a59a779d79a732d9333536446fac (diff)
bye bye ap lkm
-rw-r--r--lkm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lkm/Makefile b/lkm/Makefile
index 9a2bd584692..1669bfa74b1 100644
--- a/lkm/Makefile
+++ b/lkm/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/02 04:51:31 tholo Exp $
+# $OpenBSD: Makefile,v 1.3 1998/02/24 22:32:52 deraadt Exp $
SUBDIR+= ipl
-.if ${MACHINE_ARCH} == "i386"
-SUBDIR+= ap
-.endif
+#.if ${MACHINE_ARCH} == "i386"
+#SUBDIR+= ap
+#.endif
.include <bsd.subdir.mk>