diff options
Diffstat (limited to 'usr.sbin/authpf')
-rw-r--r-- | usr.sbin/authpf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index c08a32f44d9..d4134a1c905 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2002/06/07 17:07:48 beck Exp $ +# $OpenBSD: Makefile,v 1.6 2002/07/13 02:34:58 art Exp $ PROG= authpf MAN= authpf.8 @@ -9,4 +9,6 @@ SRCS= authpf.c parse.y pfctl_parser.c pf_print_state.c CFLAGS+= -I${.CURDIR}/../../sbin/pfctl -Wall -Werror .PATH: ${.CURDIR}/../../sbin/pfctl +CLEANFILES+=y.tab.h + .include <bsd.prog.mk> |