diff options
-rw-r--r-- | sbin/pfctl/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile index 8e3fbabb685..2c581314669 100644 --- a/sbin/pfctl/Makefile +++ b/sbin/pfctl/Makefile @@ -1,8 +1,10 @@ # -# $OpenBSD: Makefile,v 1.2 2001/06/25 16:12:33 kjell Exp $ +# $OpenBSD: Makefile,v 1.3 2001/06/26 22:38:28 smart Exp $ -PROG = pfctl -SRCS = pfctl.c pfctl_parser.c -MAN = pfctl.8 +PROG= pfctl +SRCS= pfctl.c pfctl_parser.c +MAN= pfctl.8 + +CFLAGS+= -Wall .include <bsd.prog.mk> |