diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-09 19:30:31 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-09 19:30:31 +0000 |
commit | 6ed2feb360a73e8ca47a96783d6d2b58affbd2e8 (patch) | |
tree | c39d2190c8a4a1e350c2be9f543e5139b1da59d0 /sbin/pfctl | |
parent | 99ec5cddaa010894228843005d9b850ecc018588 (diff) | |
download | FreeBSD-src-6ed2feb360a73e8ca47a96783d6d2b58affbd2e8.zip FreeBSD-src-6ed2feb360a73e8ca47a96783d6d2b58affbd2e8.tar.gz |
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
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile index de3b7ec..91ebf55 100644 --- a/sbin/pfctl/Makefile +++ b/sbin/pfctl/Makefile @@ -5,6 +5,7 @@ # pf_ruleset.c is shared between kernel and pfctl .PATH: ${.CURDIR}/../../sys/netpfil/pf +PACKAGE=pf PROG= pfctl MAN= pfctl.8 |