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