summaryrefslogtreecommitdiff
path: root/tools/Makefile.host
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2018-05-01 19:59:42 +0000
committerchristos <christos@NetBSD.org>2018-05-01 19:59:42 +0000
commit5bb8c2d9894a22ccf58102268cf087fc645eceff (patch)
tree7ca4fe1960ecd2385889fab28b7a099024d82bae /tools/Makefile.host
parentc30f364e31d830b5b9a9bee3463c5e85fbbc9d03 (diff)
Create a new bsd.hostinit.mk file and put the build definitions for all host
programs there; make all Makefiles that use bsd.hostprog.mk include it. Namely turn off MKREPRO and don't make lint, man pages, info files etc. Remove the Makefile.inc files that contained these same settings, and remove the settings from Makefile.host
Diffstat (limited to 'tools/Makefile.host')
-rw-r--r--tools/Makefile.host9
1 files changed, 2 insertions, 7 deletions
diff --git a/tools/Makefile.host b/tools/Makefile.host
index 5dee2e9f67c..f110bcaab15 100644
--- a/tools/Makefile.host
+++ b/tools/Makefile.host
@@ -1,11 +1,6 @@
-# $NetBSD: Makefile.host,v 1.32 2018/05/01 00:04:34 christos Exp $
+# $NetBSD: Makefile.host,v 1.33 2018/05/01 19:59:46 christos Exp $
-NOINFO= # defined
-NOLINT= # defined
-NOMAN= # defined
-MKREPRO=no # Native toolchain might be unable to do it
-
-.include <bsd.own.mk>
+.include <bsd.hostinit.mk>
.ifndef NOCOMPATLIB
# Use TOOLDIR copy of libnbcompat and associated *.h files