]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/wpa/src/eap_peer/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / contrib / wpa / src / eap_peer / Makefile
1 all:
2         @echo Nothing to be made.
3
4 clean:
5         rm -f *~ *.o *.so *.d
6
7 install:
8         if ls *.so >/dev/null 2>&1; then \
9                 install -d $(DESTDIR)$(LIBDIR)/wpa_supplicant && \
10                 cp *.so $(DESTDIR)$(LIBDIR)/wpa_supplicant \
11         ; fi