1# $FreeBSD$ 2 3PROG= boot0cfg 4MAN= boot0cfg.8 5 6WARNS?= 2 7 8DPADD= ${LIBGEOM} 9LDADD= -lgeom 10 11.include <bsd.prog.mk> 12