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