summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-02-25 18:15:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-02-25 18:15:38 +0000
commit73ddf2208f04056535a1cc0271ad9fb8561fa23e (patch)
tree377ca30b7580d38c0dab204f78cc64a08093150e /usr.sbin
parentae150d086358863c66f8c2c2237a5fd71b0a4565 (diff)
delete -W flags that reyk uses to break the tree
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/hoststated/Makefile10
-rw-r--r--usr.sbin/relayd/Makefile10
2 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/hoststated/Makefile b/usr.sbin/hoststated/Makefile
index 887740703e2..2cba9a46ad9 100644
--- a/usr.sbin/hoststated/Makefile
+++ b/usr.sbin/hoststated/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2007/02/23 00:28:06 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2007/02/25 18:15:37 deraadt Exp $
PROG= hoststated
SRCS= parse.y log.c control.c buffer.c imsg.c hoststated.c \
@@ -9,10 +9,10 @@ MAN= hoststated.8 hoststated.conf.5
LDADD= -levent -lssl -lcrypto
DPADD= ${LIBEVENT} ${LIBSSL} ${LIBCRYPTO}
CFLAGS+= -Wall -Werror -I${.CURDIR}
-CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
-CFLAGS+= -Wmissing-declarations
-CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
-CFLAGS+= -Wsign-compare -Wbounded
+#CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
+#CFLAGS+= -Wmissing-declarations
+#CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
+#CFLAGS+= -Wsign-compare -Wbounded
CLEANFILES+= y.tab.h
.include <bsd.prog.mk>
diff --git a/usr.sbin/relayd/Makefile b/usr.sbin/relayd/Makefile
index 887740703e2..2cba9a46ad9 100644
--- a/usr.sbin/relayd/Makefile
+++ b/usr.sbin/relayd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2007/02/23 00:28:06 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2007/02/25 18:15:37 deraadt Exp $
PROG= hoststated
SRCS= parse.y log.c control.c buffer.c imsg.c hoststated.c \
@@ -9,10 +9,10 @@ MAN= hoststated.8 hoststated.conf.5
LDADD= -levent -lssl -lcrypto
DPADD= ${LIBEVENT} ${LIBSSL} ${LIBCRYPTO}
CFLAGS+= -Wall -Werror -I${.CURDIR}
-CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
-CFLAGS+= -Wmissing-declarations
-CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
-CFLAGS+= -Wsign-compare -Wbounded
+#CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
+#CFLAGS+= -Wmissing-declarations
+#CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
+#CFLAGS+= -Wsign-compare -Wbounded
CLEANFILES+= y.tab.h
.include <bsd.prog.mk>