diff options
| author | christos <christos@NetBSD.org> | 2018-05-01 19:59:42 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2018-05-01 19:59:42 +0000 |
| commit | 5bb8c2d9894a22ccf58102268cf087fc645eceff (patch) | |
| tree | 7ca4fe1960ecd2385889fab28b7a099024d82bae /tools/gettext/Makefile | |
| parent | c30f364e31d830b5b9a9bee3463c5e85fbbc9d03 (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/gettext/Makefile')
| -rw-r--r-- | tools/gettext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gettext/Makefile b/tools/gettext/Makefile index b8bd2d805fd..9aa0fe21ed7 100644 --- a/tools/gettext/Makefile +++ b/tools/gettext/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2018/05/01 00:04:35 christos Exp $ +# $NetBSD: Makefile,v 1.8 2018/05/01 19:59:47 christos Exp $ -.include <bsd.init.mk> +.include <bsd.hostinit.mk> MODULE= gettext |
