From ce95017bf16f7937013134fc5188900d3e2cd9c7 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Wed, 16 Aug 2017 09:27:36 +0200 Subject: sync --- httpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httpd/Makefile') 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 -- cgit v1.2.3-54-g00ecf