diff options
author | mlaier <mlaier@FreeBSD.org> | 2005-05-03 16:57:38 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2005-05-03 16:57:38 +0000 |
commit | b75ba096272495118a0112ce8b46d24f4b5e1fb7 (patch) | |
tree | 677ea3d4e57aae89120d73abb3b8a6a42a7d63d1 /sbin/pfctl | |
parent | b28479dfe2b344764dddb58a31df37c21423cfde (diff) | |
download | FreeBSD-src-b75ba096272495118a0112ce8b46d24f4b5e1fb7.zip FreeBSD-src-b75ba096272495118a0112ce8b46d24f4b5e1fb7.tar.gz |
Adapt Makefiles for pfctl(8) and authpf(8) to 3.7 sources.
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 0c66102..4ffa6a7 100644 --- a/sbin/pfctl/Makefile +++ b/sbin/pfctl/Makefile @@ -8,6 +8,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 CFLAGS+= -Wall -Wmissing-prototypes -Wno-uninitialized CFLAGS+= -Wstrict-prototypes -I${.CURDIR}/../../contrib/pf/pfctl |