mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Revert the __ALWAYS_NO stuff. It had already been committed as BROKEN.
This commit is contained in:
parent
acf33b5c74
commit
8465cb4016
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280771
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user