mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
8 lines
120 B
Makefile
8 lines
120 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/net80211
|
|
|
|
KMOD= wlan_tkip
|
|
SRCS= ieee80211_crypto_tkip.c
|
|
SRCS+= opt_wlan.h
|
|
|
|
.include <bsd.kmod.mk>
|