mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04: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>
|