1# $FreeBSD$
2
3PROG=	boot0cfg
4MAN=	boot0cfg.8
5
6LIBADD=	geom
7
8NO_WCAST_ALIGN=
9
10.include <bsd.prog.mk>
11