Don't build libdialog if WITHOUT_DIALOG is set

X-MFC-With:	r306375
This commit is contained in:
Ed Maste 2016-10-03 17:34:50 +00:00
parent 5163e77fad
commit b31f85961d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306648

View file

@ -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