.undef _SORTED_OPTIONS
.endif
.if !defined(OPTNGONLY)
### to be removed once old OPTIONS disappear
.for opt in ${ALL_OPTIONS}
.if empty(PORT_OPTIONS:M${opt})
. undef opt
.endfor
###