xref: /freebsd/contrib/wpa/src/wps/Makefile (revision c0020399a650364d0134f79f3fa319f84064372d)
1all:
2	@echo Nothing to be made.
3
4clean:
5	for d in $(SUBDIRS); do make -C $$d clean; done
6	rm -f *~ *.o *.d
7
8install:
9	@echo Nothing to be made.
10