mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../net80211
|
|
|
|
KMOD= wlan_tkip
|
|
SRCS= ieee80211_crypto_tkip.c
|
|
|
|
.include <bsd.kmod.mk>
|