diff options
-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> |