aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkesdb/Makefile
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2013-05-23 18:07:01 +0000
committerEd Schouten <ed@FreeBSD.org>2013-05-23 18:07:01 +0000
commitb94c7c3e21f3543fa6735c2d659401a3d991b6fa (patch)
tree5c31f57b6144f27fdaa91377b9d91aa0835b97f0 /usr.bin/mkesdb/Makefile
parentf4913884d72cf26a63daf0eac29bae12f1e0623f (diff)
downloadsrc-b94c7c3e21f3543fa6735c2d659401a3d991b6fa.tar.gz
src-b94c7c3e21f3543fa6735c2d659401a3d991b6fa.zip
Let iconv build on -HEAD properly.
- Add NO_WMISSING_VARIABLE_DECLARATIONS where we use Yacc/Lex. - Add variable declarations where possible. - Add missing static keyword.
Notes
Notes: svn path=/head/; revision=250938
Diffstat (limited to 'usr.bin/mkesdb/Makefile')
-rw-r--r--usr.bin/mkesdb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mkesdb/Makefile b/usr.bin/mkesdb/Makefile
index d4bd03fcf677..69aed655810a 100644
--- a/usr.bin/mkesdb/Makefile
+++ b/usr.bin/mkesdb/Makefile
@@ -5,5 +5,7 @@
PROG= mkesdb
LDFLAGS+= -L${.OBJDIR}/../../lib/libc
+NO_WMISSING_VARIABLE_DECLARATIONS=
+
.include "${.CURDIR}/Makefile.inc"
.include <bsd.prog.mk>