From e018b8be53a98c8ec7141a63a94a7233f41a102c Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Thu, 26 Oct 2017 12:23:53 -0400 Subject: [PATCH] MWC: add 'make' to filesystem maker script --- Applications/MWC/cmd/fuzix-cmd.pkg | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/MWC/cmd/fuzix-cmd.pkg b/Applications/MWC/cmd/fuzix-cmd.pkg index cb080f72..e1e57ec3 100644 --- a/Applications/MWC/cmd/fuzix-cmd.pkg +++ b/Applications/MWC/cmd/fuzix-cmd.pkg @@ -10,6 +10,7 @@ f 0755 /usr/bin/deroff deroff f 0755 /usr/bin/expr expr f 0755 /usr/bin/find find f 0755 /usr/bin/m4 m4 +f 0755 /usr/bin/make make f 0755 /usr/bin/moo moo f 0755 /usr/bin/pr pr #which is best? This one or the one in util? -- 2.34.1