diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2004-06-16 23:39:33 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2004-06-16 23:39:33 +0000 |
| commit | 22ac3ead26f49483410317f82ce328741b1cf975 (patch) | |
| tree | f5ef8788feb494dffb0267e964fb6ac0d1e2cbfa /sbin | |
| parent | 24b10b46ce2151931e5d654b74fa166fc1fb6f53 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/pfctl/Makefile | 5 | ||||
| -rw-r--r-- | sbin/pflogd/Makefile | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile index 3c40c93cd193..3be40874c2ac 100644 --- a/sbin/pfctl/Makefile +++ b/sbin/pfctl/Makefile @@ -12,10 +12,11 @@ SRCS+= pfctl_osfp.c pfctl_radix.c pfctl_table.c pfctl_qstats.c CFLAGS+= -Wall -Wmissing-prototypes -Wno-uninitialized CFLAGS+= -Wstrict-prototypes -I${.CURDIR}/../../contrib/pf/pfctl +CFLAGS+= -I${.CURDIR}/../../sys/contrib/pf # XXX ALTQ -#CFLAGS+= -DENABLE_ALTQ -CFLAGS+= -I${.CURDIR}/missing +CFLAGS+= -DENABLE_ALTQ +#CFLAGS+= -I${.CURDIR}/missing YFLAGS= diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile index 0855e8c41f6e..285387a18377 100644 --- a/sbin/pflogd/Makefile +++ b/sbin/pflogd/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../contrib/pf/pflogd PROG= pflogd -SRCS= pflogd.c pidfile.c +SRCS= pflogd.c pidfile.c privsep.c privsep_fdpass.c MAN= pflogd.8 CFLAGS+=-Wall -Werror -Wmissing-prototypes -Wshadow |
