git: cb3c414f2ff3 - main - bmake does not need libegacy
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Apr 2023 23:55:51 UTC
The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=cb3c414f2ff3ccc02da70022f1ab8bf61bc06f27 commit cb3c414f2ff3ccc02da70022f1ab8bf61bc06f27 Author: Simon J. Gerraty <sjg@FreeBSD.org> AuthorDate: 2023-04-24 23:55:45 +0000 Commit: Simon J. Gerraty <sjg@FreeBSD.org> CommitDate: 2023-04-24 23:55:45 +0000 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 <src.opts.mk> .if defined(.PARSEDIR)