From cb3c414f2ff3ccc02da70022f1ab8bf61bc06f27 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Mon, 24 Apr 2023 16:55:45 -0700 Subject: [PATCH] bmake does not need libegacy --- usr.bin/bmake/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.bin/bmake/Makefile.inc b/usr.bin/bmake/Makefile.inc index 8e10a654a754..22799321f69e 100644 --- a/usr.bin/bmake/Makefile.inc +++ b/usr.bin/bmake/Makefile.inc @@ -1,5 +1,8 @@ # $FreeBSD$ +# we do not need this +MK_host_egacy= no + .sinclude .if defined(.PARSEDIR)