diff --git a/Makefile b/Makefile index b37098e51d1f..67e10845bfe1 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ # # For more information, see the build(7) manual page. # -.if ${MK_META_MODE} == "yes" +.if ${MK_META_MODE:Uno} == "yes" # targets/Makefile plays the role of top-level .include "targets/Makefile" .else