summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkcsmapper
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2013-05-23 18:07:01 +0000
committered <ed@FreeBSD.org>2013-05-23 18:07:01 +0000
commit6f8795b5ab5d586e55f577d701d02f53a152f72f (patch)
tree5c31f57b6144f27fdaa91377b9d91aa0835b97f0 /usr.bin/mkcsmapper
parent4a88e6a5c9ffe63f647c893d01bd597820a03932 (diff)
downloadFreeBSD-src-6f8795b5ab5d586e55f577d701d02f53a152f72f.zip
FreeBSD-src-6f8795b5ab5d586e55f577d701d02f53a152f72f.tar.gz
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.
Diffstat (limited to 'usr.bin/mkcsmapper')
-rw-r--r--usr.bin/mkcsmapper/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mkcsmapper/Makefile b/usr.bin/mkcsmapper/Makefile
index 5d58a0c..6dbb0ec 100644
--- a/usr.bin/mkcsmapper/Makefile
+++ b/usr.bin/mkcsmapper/Makefile
@@ -5,5 +5,7 @@
PROG= mkcsmapper
LDFLAGS+= -L${.CURDIR}/../../lib/libc
+NO_WMISSING_VARIABLE_DECLARATIONS=
+
.include "${.CURDIR}/Makefile.inc"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud