]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/wlan_scan_sta/Makefile
Change the current working directory to be inside the jail created by
[FreeBSD/releng/7.2.git] / sys / modules / wlan_scan_sta / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../net80211
4
5 KMOD=   wlan_scan_sta
6 SRCS=   ieee80211_scan_sta.c
7
8 .include <bsd.kmod.mk>