diff options
-rw-r--r-- | usr.sbin/hoststated/Makefile | 12 | ||||
-rw-r--r-- | usr.sbin/relayd/Makefile | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/hoststated/Makefile b/usr.sbin/hoststated/Makefile index 2cba9a46ad9..f59567497ac 100644 --- a/usr.sbin/hoststated/Makefile +++ b/usr.sbin/hoststated/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2007/02/25 18:15:37 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2007/02/26 19:35:43 reyk Exp $ PROG= hoststated SRCS= parse.y log.c control.c buffer.c imsg.c hoststated.c \ @@ -8,11 +8,11 @@ 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+= -Wall -I${.CURDIR} +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 2cba9a46ad9..f59567497ac 100644 --- a/usr.sbin/relayd/Makefile +++ b/usr.sbin/relayd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2007/02/25 18:15:37 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2007/02/26 19:35:43 reyk Exp $ PROG= hoststated SRCS= parse.y log.c control.c buffer.c imsg.c hoststated.c \ @@ -8,11 +8,11 @@ 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+= -Wall -I${.CURDIR} +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> |