]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/wlan_wep/Makefile
Update our devicetree to 4.19 for arm and arm64
[FreeBSD/FreeBSD.git] / sys / modules / wlan_wep / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/net80211
4
5 KMOD=   wlan_wep
6 SRCS=   ieee80211_crypto_wep.c
7 SRCS+=  opt_wlan.h
8
9 .include <bsd.kmod.mk>