aboutsummaryrefslogtreecommitdiff
path: root/httpd/Makefile
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2017-08-16 09:27:36 +0200
committerReyk Floeter <reyk@esdenera.com>2017-08-16 09:27:36 +0200
commitce95017bf16f7937013134fc5188900d3e2cd9c7 (patch)
tree46733b80e540c509279eb46084fb8caa0399d2c5 /httpd/Makefile
parentf6babe9f2d05966903998909432e8b873b69192f (diff)
downloadhttpd-ce95017bf16f7937013134fc5188900d3e2cd9c7.tar.gz
httpd-ce95017bf16f7937013134fc5188900d3e2cd9c7.zip
Diffstat (limited to 'httpd/Makefile')
-rw-r--r--httpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd/Makefile b/httpd/Makefile
index e01dec1..3766675 100644
--- a/httpd/Makefile
+++ b/httpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.28 2015/06/23 15:23:14 reyk Exp $
+# $OpenBSD: Makefile,v 1.30 2017/07/03 22:21:47 espie Exp $
PROG= httpd
SRCS= parse.y
@@ -16,7 +16,7 @@ CFLAGS+= -Wall -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith
-CFLAGS+= -Wsign-compare
-CLEANFILES+= y.tab.h
+CFLAGS+= -Wsign-compare -Wcast-qual
+YFLAGS=
.include <bsd.prog.mk>