summaryrefslogtreecommitdiffstats
path: root/sbin/pfctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/pfctl/Makefile')
-rw-r--r--sbin/pfctl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile
index 2c972eb..ee57051 100644
--- a/sbin/pfctl/Makefile
+++ b/sbin/pfctl/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../contrib/pf/pfctl
+.PATH: ${.CURDIR}/../../sys/contrib/pf/net
.PATH: ${.CURDIR}/../../contrib/pf/man
PROG= pfctl
@@ -9,6 +10,7 @@ MAN= pfctl.8 pf.4 pflog.4 pfsync.4 pf.conf.5 pf.os.5
SRCS = pfctl.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c
SRCS+= pfctl_osfp.c pfctl_radix.c pfctl_table.c pfctl_qstats.c
SRCS+= pfctl_optimize.c
+SRCS+= pf_ruleset.c
CFLAGS+= -Wall -Wmissing-prototypes -Wno-uninitialized
CFLAGS+= -Wstrict-prototypes -I${.CURDIR}/../../contrib/pf/pfctl
OpenPOWER on IntegriCloud