svn commit: r306648 - head/gnu/lib

Ed Maste emaste at FreeBSD.org
Mon Oct 3 17:34:51 UTC 2016


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


More information about the svn-src-head mailing list