7de1daeb93
iscsi, natd, nandfs, pf, quotacheck, and routed. Add ping6 and rtsol to the runtime package. Sponsored by: The FreeBSD Foundation
12 lines
139 B
Makefile
12 lines
139 B
Makefile
# $FreeBSD$
|
|
|
|
NOGCCERROR= # defined
|
|
|
|
PACKAGE= ipf
|
|
PROG= ipfstat
|
|
SRCS= ipfstat.c
|
|
MAN= ipfstat.8
|
|
LIBADD+= ncursesw
|
|
|
|
.include <bsd.prog.mk>
|