diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-02-24 17:18:31 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-02-24 17:18:31 +0000 |
commit | 56e259a8dbde633fcf352aef6aff52aedb0b2936 (patch) | |
tree | 940f385cc1d43268a8a39ed44fa13363871dc8fb /usr.bin/mkcsmapper_static | |
parent | a2e2653d4e53b1e4d0a3e10efb30bb72ab38ff2c (diff) | |
download | FreeBSD-src-56e259a8dbde633fcf352aef6aff52aedb0b2936.zip FreeBSD-src-56e259a8dbde633fcf352aef6aff52aedb0b2936.tar.gz |
Properly fix these builds by adding NO_WMISSING_VARIABLE_DECLARATIONS from r249657.
This reverts r284374.
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.bin/mkcsmapper_static')
-rw-r--r-- | usr.bin/mkcsmapper_static/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mkcsmapper_static/Makefile b/usr.bin/mkcsmapper_static/Makefile index e16471a..21014e9 100644 --- a/usr.bin/mkcsmapper_static/Makefile +++ b/usr.bin/mkcsmapper_static/Makefile @@ -7,9 +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 -.if ${MACHINE} == "host" -NO_WARNS= yes -.endif +NO_WMISSING_VARIABLE_DECLARATIONS= build-tools: mkcsmapper_static |