diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-09-30 06:22:39 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-09-30 06:26:28 +0000 |
| commit | bb0955ee4db8870bb013cf7d208ad9b2fc27b619 (patch) | |
| tree | eda4fd57079b33b2664bab6d0abcf39d72828251 | |
| parent | 2507698b630db3d88b0aab12c348873f827255a2 (diff) | |
bin/sh: Fix the build
Removing <bsd.prog.mk> was unintentional; put it back.
Fixes: d31e342bcc8e ("sh: Remove /.profile")
MFC after: 1 day
| -rw-r--r-- | bin/sh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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> |
