10 lines
111 B
Makefile
10 lines
111 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= newfs_nandfs
|
||
|
MAN= newfs_nandfs.8
|
||
|
|
||
|
LDADD+= -lgeom
|
||
|
DPADD+= ${LIBGEOM}
|
||
|
|
||
|
.include <bsd.prog.mk>
|