Date: Mon, 24 Apr 2023 23:55:51 GMT From: "Simon J. Gerraty" <sjg@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: cb3c414f2ff3 - main - bmake does not need libegacy Message-ID: <202304242355.33ONtptD090734@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304242355.33ONtptD090734>