]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/net80211/wep/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / net80211 / wep / Makefile
1 #       $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../../sys/net80211
4
5 KMOD=   test_wep
6 SRCS+=  test_wep.c
7
8 .include <bsd.kmod.mk>