2005-04-25 14:55:52 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
NOGCCERROR= # defined
|
|
|
|
|
|
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 14:30:31 -05:00
|
|
|
PACKAGE= ipf
|
2005-04-25 14:55:52 -04:00
|
|
|
PROG= ipfstat
|
|
|
|
|
SRCS= ipfstat.c
|
|
|
|
|
MAN= ipfstat.8
|
2014-11-25 06:23:12 -05:00
|
|
|
LIBADD+= ncursesw
|
2005-04-25 14:55:52 -04:00
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|