]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/newfs_nandfs/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sbin / newfs_nandfs / Makefile
1 # $FreeBSD$
2
3 PROG=   newfs_nandfs
4 MAN=    newfs_nandfs.8
5
6 LDADD+= -lgeom
7 DPADD+= ${LIBGEOM}
8
9 .include <bsd.prog.mk>