summaryrefslogtreecommitdiff
path: root/usr.sbin/tftp-proxy/Makefile
diff options
context:
space:
mode:
authorChristiano F. Haesbaert <haesbaert@cvs.openbsd.org>2012-09-12 09:19:55 +0000
committerChristiano F. Haesbaert <haesbaert@cvs.openbsd.org>2012-09-12 09:19:55 +0000
commit85a8e82c65809b85d5851a8b7eabf8e16dbf272e (patch)
tree134ac1e12fbcbaeecc23ae3fbaa2ffe4a2722994 /usr.sbin/tftp-proxy/Makefile
parentffbfc32cccf051b211b583abfe3d862bbfd07e80 (diff)
Define empty CDIAGFLAGS for programs that use Werror.
Makes "make build" build with WARNINGS=Yes on amd64. ok espie
Diffstat (limited to 'usr.sbin/tftp-proxy/Makefile')
-rw-r--r--usr.sbin/tftp-proxy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tftp-proxy/Makefile b/usr.sbin/tftp-proxy/Makefile
index 7603dd23a4a..929696ecdcd 100644
--- a/usr.sbin/tftp-proxy/Makefile
+++ b/usr.sbin/tftp-proxy/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2012/07/11 12:07:32 dlg Exp $
+# $OpenBSD: Makefile,v 1.4 2012/09/12 09:19:54 haesbaert Exp $
PROG= tftp-proxy
SRCS= tftp-proxy.c filter.c
@@ -7,5 +7,6 @@ LDADD= -levent
DPADD= ${LIBEVENT}
CFLAGS+=-Wall -Werror
+CDIAGFLAGS=
.include <bsd.prog.mk>