From 8465cb40164fdd4113b78bbec6f67e4832e07f44 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 27 Mar 2015 21:47:15 +0000 Subject: [PATCH] Revert the __ALWAYS_NO stuff. It had already been committed as BROKEN. --- share/mk/bsd.mkopt.mk | 9 --------- 1 file changed, 9 deletions(-) diff --git a/share/mk/bsd.mkopt.mk b/share/mk/bsd.mkopt.mk index 52123d066bf..f0d9add7547 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.