summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-06-02 04:51:31 +0000
committertholo <tholo@openbsd.org>1996-06-02 04:51:31 +0000
commit238e87bb4c5fee713a86728a3220071c33ae8709 (patch)
tree206a964bb3d6286fb405dbafe439556725738694
parentProtect against the user overrunning and internal buffer (diff)
downloadwireguard-openbsd-238e87bb4c5fee713a86728a3220071c33ae8709.tar.xz
wireguard-openbsd-238e87bb4c5fee713a86728a3220071c33ae8709.zip
Build aperture driver if on i386
-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>