git: bb0955ee4db8 - main - bin/sh: Fix the build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Sep 2025 06:28:35 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=bb0955ee4db8870bb013cf7d208ad9b2fc27b619
commit bb0955ee4db8870bb013cf7d208ad9b2fc27b619
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-09-30 06:22:39 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-09-30 06:26:28 +0000
bin/sh: Fix the build
Removing <bsd.prog.mk> was unintentional; put it back.
Fixes: d31e342bcc8e ("sh: Remove /.profile")
MFC after: 1 day
---
bin/sh/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index dd073a52d23c..2b1eca8e4b31 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -68,3 +68,5 @@ token.h: mktokens
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
+
+.include <bsd.prog.mk>