diff options
author | 2002-06-07 17:07:48 +0000 | |
---|---|---|
committer | 2002-06-07 17:07:48 +0000 | |
commit | 82e7c6f779615f6e4e29e215cf3a1184b854d714 (patch) | |
tree | 5d39f0de2db08eaeef9eb9b4e05ce6a6650e2343 | |
parent | If there has been no NS for the neighbor after entering the (diff) | |
download | wireguard-openbsd-82e7c6f779615f6e4e29e215cf3a1184b854d714.tar.xz wireguard-openbsd-82e7c6f779615f6e4e29e215cf3a1184b854d714.zip |
shit. need this. my bad, my pfctl wasn't up to date.
-rw-r--r-- | usr.sbin/authpf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index f72b3f340a8..c08a32f44d9 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2002/06/07 08:51:44 beck Exp $ +# $OpenBSD: Makefile,v 1.5 2002/06/07 17:07:48 beck Exp $ PROG= authpf MAN= authpf.8 BINOWN= root BINGRP= authpf BINMODE= 6555 -SRCS= authpf.c parse.y pfctl_parser.c +SRCS= authpf.c parse.y pfctl_parser.c pf_print_state.c CFLAGS+= -I${.CURDIR}/../../sbin/pfctl -Wall -Werror .PATH: ${.CURDIR}/../../sbin/pfctl |