summaryrefslogtreecommitdiff
path: root/sys/modules/wlan_acl/Makefile
blob: bb8541e79bbbdf30c6a72ad349f298f93b33f2d1 (plain)
1
2
3
4
5
6
7
.PATH: ${SRCTOP}/sys/net80211

KMOD=	wlan_acl
SRCS=	ieee80211_acl.c
SRCS+=	opt_wlan.h

.include <bsd.kmod.mk>