summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-02-25 18:15:37 +0000
committerderaadt <deraadt@openbsd.org>2007-02-25 18:15:37 +0000
commitdc48c01148ae89f84a3e1bed60e41ef00eef9d93 (patch)
tree3d0f4e8d618d923a3ff47b46089c96674364a287
parentDisable acceleration by default; set device flags to a nonzero value to (diff)
downloadwireguard-openbsd-dc48c01148ae89f84a3e1bed60e41ef00eef9d93.tar.xz
wireguard-openbsd-dc48c01148ae89f84a3e1bed60e41ef00eef9d93.zip
delete -W flags that reyk uses to break the tree
-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>