]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/wpa/src/eap_peer/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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