mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
7de1daeb93
iscsi, natd, nandfs, pf, quotacheck, and routed. Add ping6 and rtsol to the runtime package. Sponsored by: The FreeBSD Foundation
10 lines
105 B
Makefile
10 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=nandfs
|
|
PROG= newfs_nandfs
|
|
MAN= newfs_nandfs.8
|
|
|
|
LIBADD= geom
|
|
|
|
.include <bsd.prog.mk>
|