mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
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>
|