diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-07-13 02:34:59 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-07-13 02:34:59 +0000 |
commit | 9d20745a42c6397f260e6d13205744a01249eb2a (patch) | |
tree | a8931751087e19f1efb91edd96e4c2bb5c917d4b /usr.sbin/authpf | |
parent | df41ebe99425bd748fe838ac32ab579af3d92544 (diff) |
make sure to clean all files.
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> |