diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-25 18:15:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-25 18:15:38 +0000 |
commit | 73ddf2208f04056535a1cc0271ad9fb8561fa23e (patch) | |
tree | 377ca30b7580d38c0dab204f78cc64a08093150e /usr.sbin | |
parent | ae150d086358863c66f8c2c2237a5fd71b0a4565 (diff) |
delete -W flags that reyk uses to break the tree
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hoststated/Makefile | 10 | ||||
-rw-r--r-- | usr.sbin/relayd/Makefile | 10 |
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> |