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