From c5cd11cd80537f6af88076e02efad96068b510bf Mon Sep 17 00:00:00 2001 From: n0npax Date: Thu, 23 Mar 2017 07:01:58 +0100 Subject: [PATCH] add ln command to coreutils.mk --- mk/userspace/coreutils.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/userspace/coreutils.mk b/mk/userspace/coreutils.mk index 64200da..8e330c3 100644 --- a/mk/userspace/coreutils.mk +++ b/mk/userspace/coreutils.mk @@ -15,6 +15,7 @@ coreutils: \ filesystem/bin/free \ filesystem/bin/head \ filesystem/bin/kill \ + filesystem/bin/ln \ filesystem/bin/ls \ filesystem/bin/mkdir \ filesystem/bin/mv \