diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-03 21:37:45 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-03 21:37:45 +0000 |
commit | 53b24bf74006b8fe01c11b5912d6fdd335766f47 (patch) | |
tree | 808cc224a9a0a135b48997ef94f531d0af7be38d /usr.sbin/authpf | |
parent | 18e3159b84731971d6a6fd04b186575959c2ea35 (diff) |
Bring in userland code for accessing PF radix tables.
ok dhartmei@ mcbride@
Diffstat (limited to 'usr.sbin/authpf')
-rw-r--r-- | usr.sbin/authpf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index efe3245e3fa..043bac77ab2 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2002/11/19 02:14:56 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2003/01/03 21:37:44 cedric Exp $ PROG= authpf MAN= authpf.8 @@ -6,6 +6,7 @@ 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 CFLAGS+= -I${.CURDIR}/../../sbin/pfctl -Wall -Werror .PATH: ${.CURDIR}/../../sbin/pfctl |