mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
iscsi, natd, nandfs, pf, quotacheck, and routed. Add ping6 and rtsol to the runtime package. Sponsored by: The FreeBSD Foundation
10 lines
137 B
Makefile
10 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>
|