[Midnightbsd-cvs] src [8026] trunk/Makefile.inc1: fix distribute world when games is not enabled.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 15 16:22:57 EDT 2016


Revision: 8026
          http://svnweb.midnightbsd.org/src/?rev=8026
Author:   laffer1
Date:     2016-09-15 16:22:57 -0400 (Thu, 15 Sep 2016)
Log Message:
-----------
fix distribute world when games is not enabled.

Modified Paths:
--------------
    trunk/Makefile.inc1

Modified: trunk/Makefile.inc1
===================================================================
--- trunk/Makefile.inc1	2016-09-15 20:22:05 UTC (rev 8025)
+++ trunk/Makefile.inc1	2016-09-15 20:22:57 UTC (rev 8026)
@@ -642,7 +642,10 @@
 #
 
 # Non-base distributions produced by the base system
-EXTRA_DISTRIBUTIONS=	doc games
+EXTRA_DISTRIBUTIONS=	doc
+.if ${MK_GAMES} != "no"
+EXTRA_DISTRIBUTIONS+=	games
+.endif
 .if defined(LIB32TMP) && ${MK_LIB32} != "no"
 EXTRA_DISTRIBUTIONS+=	lib32
 .endif



More information about the Midnightbsd-cvs mailing list