summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-03-12 18:54:02 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-03-12 18:54:02 +0000
commitdbe4d1ae875fee186b832c173c76185cff1f735d (patch)
tree4e6f98197909c1ec36d926e505611d755c7be83b /usr.bin
parent5c226c45bf267b1695aee3265db2fa06e487eee4 (diff)
downloadFreeBSD-src-dbe4d1ae875fee186b832c173c76185cff1f735d.zip
FreeBSD-src-dbe4d1ae875fee186b832c173c76185cff1f735d.tar.gz
MFC r295977:
Properly fix these builds by adding NO_WMISSING_VARIABLE_DECLARATIONS from r249657.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mkcsmapper_static/Makefile1
-rw-r--r--usr.bin/mkesdb_static/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mkcsmapper_static/Makefile b/usr.bin/mkcsmapper_static/Makefile
index b2a1a13..21014e9 100644
--- a/usr.bin/mkcsmapper_static/Makefile
+++ b/usr.bin/mkcsmapper_static/Makefile
@@ -7,6 +7,7 @@ SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
citrus_lookup_factory.c citrus_pivot_factory.c
MAN=
NO_SHARED= yes
+NO_WMISSING_VARIABLE_DECLARATIONS=
build-tools: mkcsmapper_static
diff --git a/usr.bin/mkesdb_static/Makefile b/usr.bin/mkesdb_static/Makefile
index 613b25e..2696a23 100644
--- a/usr.bin/mkesdb_static/Makefile
+++ b/usr.bin/mkesdb_static/Makefile
@@ -7,6 +7,7 @@ SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
citrus_lookup_factory.c
MAN=
NO_SHARED= yes
+NO_WMISSING_VARIABLE_DECLARATIONS=
build-tools: mkesdb_static
OpenPOWER on IntegriCloud