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