]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - sbin/newfs_nandfs/Makefile
Document r272078, addition of /usr/lib32/compat to the default
[FreeBSD/releng/10.1.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>