diff --git a/share/mk/bsd.mkopt.mk b/share/mk/bsd.mkopt.mk index 52123d066bfa..f0d9add75479 100644 --- a/share/mk/bsd.mkopt.mk +++ b/share/mk/bsd.mkopt.mk @@ -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.