[Midnightbsd-cvs] src [10453] trunk/gnu/usr.bin/Makefile: update conditionals

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jun 6 19:42:13 EDT 2018


Revision: 10453
          http://svnweb.midnightbsd.org/src/?rev=10453
Author:   laffer1
Date:     2018-06-06 19:42:12 -0400 (Wed, 06 Jun 2018)
Log Message:
-----------
update conditionals

Modified Paths:
--------------
    trunk/gnu/usr.bin/Makefile

Modified: trunk/gnu/usr.bin/Makefile
===================================================================
--- trunk/gnu/usr.bin/Makefile	2018-06-06 23:40:00 UTC (rev 10452)
+++ trunk/gnu/usr.bin/Makefile	2018-06-06 23:42:12 UTC (rev 10453)
@@ -5,7 +5,7 @@
 
 SUBDIR= ${_binutils} \
 	${_cc} \
-	dialog \
+	${_dialog} \
 	diff \
 	${_dtc} \
 	${_gdb} \
@@ -15,11 +15,17 @@
 	sort \
 	${_texinfo}
 
+SUBDIR_DEPEND_gdb=	${_binutils}
+
 .if ${MK_CXX} != "no"
 _gperf=		gperf
 .endif
 
-.if ${MK_FDT}	!= "no"
+.if ${MK_DIALOG} != "no"
+_dialog=	dialog
+.endif
+
+.if ${MK_GPL_DTC} != "no"
 _dtc=		dtc
 .endif
 



More information about the Midnightbsd-cvs mailing list