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