Fix build with MK_PROFILE=no in make.conf

PR:		214607
Submitted by:	Yasuhito FUTATSUKI
This commit is contained in:
Matthias Andree 2019-07-13 09:07:15 +00:00
parent 0e7902dbc9
commit 64a15ca289
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506527

View file

@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE
USE_LDCONFIG= yes
.if defined(NO_PROFILE) || defined(NOPROFILE) || defined(WITHOUT_PROFILE)
.if defined(NO_PROFILE) || defined(NOPROFILE) || defined(WITHOUT_PROFILE) || "${MK_PROFILE}" == "no"
PLIST_SUB+= PROFLIB="@comment "
.else
PLIST_SUB+= PROFLIB=""