Author: emaste
Date: Mon Oct  3 17:34:50 2016
New Revision: 306648
URL: https://svnweb.freebsd.org/changeset/base/306648

Log:
  Don't build libdialog if WITHOUT_DIALOG is set
  
  X-MFC-With:   r306375

Modified:
  head/gnu/lib/Makefile

Modified: head/gnu/lib/Makefile
==============================================================================
--- head/gnu/lib/Makefile       Mon Oct  3 17:20:34 2016        (r306647)
+++ head/gnu/lib/Makefile       Mon Oct  3 17:34:50 2016        (r306648)
@@ -2,7 +2,9 @@
 
 .include <src.opts.mk>
 
-SUBDIR= csu libgcc libdialog libregex
+SUBDIR= csu libgcc libregex
+
+SUBDIR.${MK_DIALOG}+=  libdialog
 
 .if ${MK_GCC} != "no"
 SUBDIR+= libgcov libgomp
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to