Fix mismatched brackets

Submitted by:	draco@marino.st
This commit is contained in:
Baptiste Daroussin 2013-03-25 09:15:52 +00:00
parent 474a8ac582
commit c4ef816449
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315205

View File

@ -81,7 +81,7 @@ OPTIONS_DEFINE+= ${opt}
# Add per arch defaults
.for opt in ${OPTIONS_DEFAULT_${ARCH}}
.if empty(OPTIONS_DEFAULT:M${opt}}
.if empty(OPTIONS_DEFAULT:M${opt})
OPTIONS_DEFAULT+= ${opt}
.endif
.endfor