13eb765f2d
Reduce overlinking
9 lines
90 B
Makefile
9 lines
90 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newfs_nandfs
|
|
MAN= newfs_nandfs.8
|
|
|
|
LIBADD= geom
|
|
|
|
.include <bsd.prog.mk>
|