xref: /freebsd/contrib/wpa/src/pae/Makefile (revision 060e5496fc388fc6c9f2f377050f69f8e8cd15b0)
1all:
2	@echo Nothing to be made.
3
4clean:
5	rm -f *~ *.o *.d
6
7install:
8	@echo Nothing to be made.
9