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