summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-10-17 20:01:59 +0000
committersjg <sjg@FreeBSD.org>2013-10-17 20:01:59 +0000
commit277ff6091059d6e7a66df281f457f46207793410 (patch)
treef4ca8e8498d1d709d3a1b7fca324f4b5bf52623e /usr.bin
parentebb713fe415e26a79afce01bb2b117ade91e0e08 (diff)
downloadFreeBSD-src-277ff6091059d6e7a66df281f457f46207793410.zip
FreeBSD-src-277ff6091059d6e7a66df281f457f46207793410.tar.gz
Allow building these in-line
The build-tools phase sets NO_WARNS If there is any other purpose (than hosttool during build) we could make this depend on MACHINE=host.
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 0c6e10d..2485235 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
NO_MAN= yes
NO_SHARED= yes
+NO_WARNS= yes
build-tools: mkcsmapper_static
diff --git a/usr.bin/mkesdb_static/Makefile b/usr.bin/mkesdb_static/Makefile
index 7328efc..4a778e5 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
NO_MAN= yes
NO_SHARED= yes
+NO_WARNS= yes
build-tools: mkesdb_static
OpenPOWER on IntegriCloud