]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Create a new bsd.hostinit.mk file and put the build definitions for all host
authorchristos <christos@NetBSD.org>
Tue, 1 May 2018 19:59:42 +0000 (19:59 +0000)
committerchristos <christos@NetBSD.org>
Tue, 1 May 2018 19:59:42 +0000 (19:59 +0000)
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

boggle/mkdict/Makefile
boggle/mkindex/Makefile

index 2966798443a7f3c79bf67d7b609aae21b071fc9f..95a906eea741692829c18b60e84fed53f030911c 100644 (file)
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.12 2002/09/18 06:16:40 lukem Exp $
+#      $NetBSD: Makefile,v 1.13 2018/05/01 19:59:44 christos Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/11/93
 
-NOMAN=         # defined
+.include <bsd.hostinit.mk>
 
 HOSTPROG=      mkdict
 HOST_CPPFLAGS+=        -I${.CURDIR}/../boggle
index cc5bdbd7b5c16aff9d0c55de921cf6dc05467f4a..8926c1a09b48d605e93d3b777862c9268689618c 100644 (file)
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.10 2002/09/18 06:16:40 lukem Exp $
+#      $NetBSD: Makefile,v 1.11 2018/05/01 19:59:44 christos Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/11/93
 
-NOMAN=         # defined
+.include <bsd.hostinit.mk>
 
 HOSTPROG=      mkindex
 HOST_CPPFLAGS+=        -I${.CURDIR}/../boggle