diff options
author | mlaier <mlaier@FreeBSD.org> | 2007-07-03 12:46:08 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2007-07-03 12:46:08 +0000 |
commit | 83807ec50da2dec25df74073d007a33ae79d8bfd (patch) | |
tree | d26897c8727f97369ee43f6b4684d5cfc7558dce /sbin/pfctl | |
parent | edb0b6417988e1d0a2c39481b4ca6c7c2005ed9e (diff) | |
download | FreeBSD-src-83807ec50da2dec25df74073d007a33ae79d8bfd.zip FreeBSD-src-83807ec50da2dec25df74073d007a33ae79d8bfd.tar.gz |
Link pf 4.1 to the build:
- move ftp-proxy from libexec to usr.sbin
- add tftp-proxy
- new altq mtag link
Approved by: re (kensmith)
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/Makefile | 2 |
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 |