diff options
Diffstat (limited to 'sbin/pfctl/Makefile')
-rw-r--r-- | sbin/pfctl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile index 678d3260802..bbf184e5364 100644 --- a/sbin/pfctl/Makefile +++ b/sbin/pfctl/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2002/09/14 17:50:17 henning Exp $ +# $OpenBSD: Makefile,v 1.8 2002/09/14 17:51:53 henning Exp $ PROG= pfctl SRCS= pfctl.c parse.y pfctl_parser.c pf_print_state.c -CFLAGS+= -Wall -Werror -Wmissing-prototypes -Wno-uninitialized -CFLAGS+= -Wstrict-prototypes +CFLAGS+= -Wall YFLAGS= MAN= pfctl.8 |