Revert the __ALWAYS_NO stuff. It had already been committed as BROKEN.

This commit is contained in:
Warner Losh 2015-03-27 21:47:15 +00:00
parent acf33b5c74
commit 8465cb4016
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280771

View File

@ -63,15 +63,6 @@ MK_${var}:= no
.endfor
.undef __DEFAULT_NO_OPTIONS
#
# MK_* options which are always no, usually because they are
# unsupported/badly broken on this architecture.
#
.for var in ${__ALWAYS_NO_OPTIONS}
MK_${var}:= no
.endfor
.undef __ALWAYS_NO_OPTIONS
#
# MK_* options which are always no, usually because they are
# unsupported/badly broken on this architecture.