diff options
author | smart <smart@cvs.openbsd.org> | 2001-06-26 22:38:29 +0000 |
---|---|---|
committer | smart <smart@cvs.openbsd.org> | 2001-06-26 22:38:29 +0000 |
commit | 832c3216b35ea1f75594221fa310bd20a0f79fbd (patch) | |
tree | 60f8bf4750780977c26cf080e6ae48ca63fe7acb /sbin/pfctl | |
parent | f998056c70431dcf4755541deee0c01817f3a228 (diff) |
Add -Wall
Diffstat (limited to 'sbin/pfctl')
-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> |