diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2002-06-07 17:07:49 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2002-06-07 17:07:49 +0000 |
commit | 6b2411344a8563bdda8f2b9d462c3f6f2c802da2 (patch) | |
tree | 3f5a62ce86a7dfae53e6046c39e671031e35f4f0 /usr.sbin | |
parent | fbdd7cf2d50d022e5dc354cface3f39308bf4232 (diff) |
shit. need this. my bad, my pfctl wasn't up to date.
Diffstat (limited to 'usr.sbin')
-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 |