summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-03-02 21:04:11 +0000
committertholo <tholo@openbsd.org>1996-03-02 21:04:11 +0000
commit900e3302cdf5bc0c5983c019a5d4047881207667 (patch)
tree2b3b106130190fbfceefbbece690b82280e08352
parentNot needed, default LKM installation directory defined in <bsd.own.mk> (diff)
downloadwireguard-openbsd-900e3302cdf5bc0c5983c019a5d4047881207667.tar.xz
wireguard-openbsd-900e3302cdf5bc0c5983c019a5d4047881207667.zip
Build lkm directory by default
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08de728bfbc..2924854eba0 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games
SUBDIR+= gnu
-SUBDIR+= sys
+SUBDIR+= sys lkm
.include <bsd.own.mk> # for NOMAN, if it's there.