aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/wlan_acl
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/wlan_acl')
-rw-r--r--sys/modules/wlan_acl/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/wlan_acl/Makefile b/sys/modules/wlan_acl/Makefile
new file mode 100644
index 000000000000..6de7be405965
--- /dev/null
+++ b/sys/modules/wlan_acl/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../net80211
+
+KMOD= wlan_acl
+SRCS= ieee80211_acl.c
+SRCS+= opt_wlan.h
+
+.if !defined(KERNBUILDDIR)
+opt_wlan.h:
+ echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
+.endif
+
+.include <bsd.kmod.mk>