diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-16 22:30:48 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-16 22:30:48 +0000 |
commit | 8ce7b3127641adf107649cff8c56d6a573b15617 (patch) | |
tree | 1fd7291ee7a566e1ebe03a9edb93259f8c7fd46c /sbin | |
parent | 8a1a45a07cb27494dca6c1da17f86a2735835d5b (diff) |
get rid of cleanfiles by getting rid of cleanfiles; markus@ ok
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile index 97b1b6338a5..21c6b3289f4 100644 --- a/sbin/pfctl/Makefile +++ b/sbin/pfctl/Makefile @@ -1,14 +1,9 @@ -# -# $OpenBSD: Makefile,v 1.4 2001/07/16 21:09:36 markus Exp $ - -CLEANFILES+=parse.c y.tab.h +# $OpenBSD: Makefile,v 1.5 2001/07/16 22:30:47 mickey Exp $ PROG= pfctl -SRCS= pfctl.c parse.c pfctl_parser.c -MAN= pfctl.8 - -DEBUG=-g - +SRCS= pfctl.c parse.y pfctl_parser.c CFLAGS+= -Wall +YFLAGS= +MAN= pfctl.8 .include <bsd.prog.mk> |