Updated through tag hostap_2_5 from git://w1.fi/hostap.git
[mech_eap.git] / libeap / src / drivers / Makefile
1 all:
2         @echo Nothing to be made.
3
4 clean:
5         rm -f *~ *.o *.d *.gcno *.gcda *.gcov
6         rm -f build.wpa_supplicant build.hostapd
7
8 install:
9         @echo Nothing to be made.