summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lkm/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lkm/Makefile b/lkm/Makefile
index 69512cd7b0e..9a2bd584692 100644
--- a/lkm/Makefile
+++ b/lkm/Makefile
@@ -1,5 +1,9 @@
-# $OpenBSD: Makefile,v 1.1 1996/02/25 19:20:24 mickey Exp $
+# $OpenBSD: Makefile,v 1.2 1996/06/02 04:51:31 tholo Exp $
SUBDIR+= ipl
+.if ${MACHINE_ARCH} == "i386"
+SUBDIR+= ap
+.endif
+
.include <bsd.subdir.mk>