1# This GNUmakefile is only used when running "make" by-hand; it is not
2# used by buildit or XBS
3
4all:
5	@bsdmake
6
7.DEFAULT:
8	@bsdmake $@
9