]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - contrib/wpa/src/common/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / contrib / wpa / src / common / Makefile
1 all:
2         @echo Nothing to be made.
3
4 clean:
5         for d in $(SUBDIRS); do make -C $$d clean; done
6         rm -f *~ *.o *.d
7
8 install:
9         @echo Nothing to be made.