From 802fd70f5f485dee4bc5e6ad052bd9d9e9619d39 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Thu, 17 Oct 2013 20:01:59 +0000 Subject: [PATCH] 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. --- usr.bin/mkcsmapper_static/Makefile | 1 + usr.bin/mkesdb_static/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/usr.bin/mkcsmapper_static/Makefile b/usr.bin/mkcsmapper_static/Makefile index 0c6e10d00daf..2485235b9692 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 7328efc9bd1c..4a778e509f8c 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