mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
8 lines
115 B
Makefile
8 lines
115 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/net80211
|
|
|
|
KMOD= wlan_xauth
|
|
SRCS= ieee80211_xauth.c
|
|
SRCS+= opt_wlan.h
|
|
|
|
.include <bsd.kmod.mk>
|