]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/regression/net80211/wep/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>