freebsd-dev/sbin/newfs_nandfs/Makefile
Glen Barber 7de1daeb93 Create packages for atm, ccdconfig, devd, ipf, ipfw,
iscsi, natd, nandfs, pf, quotacheck, and routed.

Add ping6 and rtsol to the runtime package.

Sponsored by:	The FreeBSD Foundation
2016-02-09 19:30:31 +00:00

10 lines
105 B
Makefile

# $FreeBSD$
PACKAGE=nandfs
PROG= newfs_nandfs
MAN= newfs_nandfs.8
LIBADD= geom
.include <bsd.prog.mk>