summaryrefslogtreecommitdiff
path: root/usr.sbin/authpf
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2005-05-03 16:57:38 +0000
committerMax Laier <mlaier@FreeBSD.org>2005-05-03 16:57:38 +0000
commita8a770634fa8b4fb911f5fd2dd18c3080cd1d7ab (patch)
tree677ea3d4e57aae89120d73abb3b8a6a42a7d63d1 /usr.sbin/authpf
parent0baf7c8675952c843665097288cc573a11b143b9 (diff)
downloadsrc-test2-a8a770634fa8b4fb911f5fd2dd18c3080cd1d7ab.tar.gz
src-test2-a8a770634fa8b4fb911f5fd2dd18c3080cd1d7ab.zip
Notes
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 c4bcd63d98a7..f1cc624b1156 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>