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