$OpenBSD: patch-Makefile,v 1.1 2017/04/22 06:14:19 jsg Exp $
--- Makefile.orig	Sat Apr 22 16:09:51 2017
+++ Makefile	Sat Apr 22 16:10:26 2017
@@ -11,9 +11,9 @@ PROG=		openvpn_bsdauth
 SRCS=		${PROG}.c
 MAN=		${PROG}.8
 
-CFLAGS+=	-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes
+CFLAGS+=	-Wall -Wstrict-prototypes -Wmissing-prototypes
 CFLAGS+=	-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual
-CFLAGS+=	-Wsign-compare -Wbounded -Wformat=2
+CFLAGS+=	-Wsign-compare -Wformat=2
 
 beforeinstall:
 	@perl -pi -e 's#!!PREFIX!!#${PREFIX}#g' openvpn_bsdauth.cat8
