From bb0955ee4db8870bb013cf7d208ad9b2fc27b619 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 30 Sep 2025 07:22:39 +0100 Subject: [PATCH] bin/sh: Fix the build Removing 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 dd073a52d23..2b1eca8e4b3 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -68,3 +68,5 @@ token.h: mktokens HAS_TESTS= SUBDIR.${MK_TESTS}+= tests + +.include