summaryrefslogtreecommitdiffstats
path: root/usr.sbin/authpf
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2005-05-03 16:57:38 +0000
committermlaier <mlaier@FreeBSD.org>2005-05-03 16:57:38 +0000
commitb75ba096272495118a0112ce8b46d24f4b5e1fb7 (patch)
tree677ea3d4e57aae89120d73abb3b8a6a42a7d63d1 /usr.sbin/authpf
parentb28479dfe2b344764dddb58a31df37c21423cfde (diff)
downloadFreeBSD-src-b75ba096272495118a0112ce8b46d24f4b5e1fb7.zip
FreeBSD-src-b75ba096272495118a0112ce8b46d24f4b5e1fb7.tar.gz
Adapt Makefiles for pfctl(8) and authpf(8) to 3.7 sources.
Diffstat (limited to 'usr.sbin/authpf')
-rw-r--r--usr.sbin/authpf/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile
index c4bcd63..f1cc624 100644
--- a/usr.sbin/authpf/Makefile
+++ b/usr.sbin/authpf/Makefile
@@ -9,18 +9,14 @@ BINOWN= root
BINGRP= authpf
BINMODE= 6555
-SRCS= authpf.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c
-SRCS+= pfctl_radix.c pfctl_osfp.c
+SRCS= authpf.c
CFLAGS+= -I${.CURDIR}/../../contrib/pf/pfctl -Wall -Werror
# XXX ALTQ:
-#CFLAGS+= -DENABLE_ALTQ
-CFLAGS+= -I${.CURDIR}/../../sbin/pfctl/missing
+CFLAGS+= -DENABLE_ALTQ
-LDADD+= -lm -lmd
+LDADD+= -lm -lmd -lutil
DPADD+= ${LIBM} ${LIBMD}
-CLEANFILES+=y.tab.h
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud