diff options
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 |