]> CyberLeo.Net >> Repos - FreeBSD/releng/9.3.git/blob - contrib/wpa/src/drivers/Makefile
Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.
[FreeBSD/releng/9.3.git] / contrib / wpa / src / drivers / Makefile
1 all:
2         @echo Nothing to be made.
3
4 clean:
5         rm -f *~ *.o *.d
6         rm -f build.wpa_supplicant build.hostapd
7
8 install:
9         @echo Nothing to be made.