diff --git a/Makefile.inc1 b/Makefile.inc1 index 557d92a61d5b..a9f9c064d85a 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1208,7 +1208,8 @@ _sed= usr.bin/sed .endif .if ${BOOTSTRAPPING} < 1000002 -_m4= usr.bin/m4 +_m4= lib/libohash \ + usr.bin/m4 .endif .if ${BOOTSTRAPPING} < 1000013