From 6f8795b5ab5d586e55f577d701d02f53a152f72f Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 23 May 2013 18:07:01 +0000 Subject: 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. --- usr.bin/mkesdb/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/mkesdb') diff --git a/usr.bin/mkesdb/Makefile b/usr.bin/mkesdb/Makefile index d4bd03f..69aed65 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 -- cgit v1.1