mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
7de1daeb93
iscsi, natd, nandfs, pf, quotacheck, and routed. Add ping6 and rtsol to the runtime package. Sponsored by: The FreeBSD Foundation
11 lines
137 B
Makefile
11 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=nandfs
|
|
PROG= nandfs
|
|
SRCS= nandfs.c lssnap.c mksnap.c rmsnap.c
|
|
MAN= nandfs.8
|
|
|
|
LIBADD= nandfs
|
|
|
|
.include <bsd.prog.mk>
|