summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-06-14 03:34:09 +0000
committersjg <sjg@FreeBSD.org>2015-06-14 03:34:09 +0000
commitf29bbde822001f9794deae9bfe3add6e9e61e0f5 (patch)
treea9676c5eba64e679caacbd75adf3ad31256e6900 /usr.bin
parentf4796e6bf9f125ff9e4825111db7d350c62f19f3 (diff)
downloadFreeBSD-src-f29bbde822001f9794deae9bfe3add6e9e61e0f5.zip
FreeBSD-src-f29bbde822001f9794deae9bfe3add6e9e61e0f5.tar.gz
NO_WARNS when building for host
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mkcsmapper_static/Makefile3
-rw-r--r--usr.bin/mkesdb_static/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/mkcsmapper_static/Makefile b/usr.bin/mkcsmapper_static/Makefile
index b2a1a13..e16471a 100644
--- a/usr.bin/mkcsmapper_static/Makefile
+++ b/usr.bin/mkcsmapper_static/Makefile
@@ -7,6 +7,9 @@ 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
build-tools: mkcsmapper_static
diff --git a/usr.bin/mkesdb_static/Makefile b/usr.bin/mkesdb_static/Makefile
index 613b25e..fb10f01 100644
--- a/usr.bin/mkesdb_static/Makefile
+++ b/usr.bin/mkesdb_static/Makefile
@@ -7,6 +7,9 @@ SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
citrus_lookup_factory.c
MAN=
NO_SHARED= yes
+.if ${MACHINE} == "host"
+NO_WARNS= yes
+.endif
build-tools: mkesdb_static
OpenPOWER on IntegriCloud