diff options
author | 2002-07-13 02:34:58 +0000 | |
---|---|---|
committer | 2002-07-13 02:34:58 +0000 | |
commit | 4fa713b6cfb5389122be2adcb7575a31c5f45fb3 (patch) | |
tree | db5863c73fb5bb924ddaa3d15838371128db38b3 | |
parent | slight cleanup (diff) | |
download | wireguard-openbsd-4fa713b6cfb5389122be2adcb7575a31c5f45fb3.tar.xz wireguard-openbsd-4fa713b6cfb5389122be2adcb7575a31c5f45fb3.zip |
make sure to clean all files.
-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> |