From 6049e2ca2a32bf3cd895ac1279495d4bf61c638d Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sun, 23 May 2021 11:50:48 -0400 Subject: shell_cmds: Fix compilation for lower targets --- shell_cmds/xargs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell_cmds/xargs/Makefile') diff --git a/shell_cmds/xargs/Makefile b/shell_cmds/xargs/Makefile index a316efb..d7f3518 100644 --- a/shell_cmds/xargs/Makefile +++ b/shell_cmds/xargs/Makefile @@ -1,5 +1,5 @@ PROG= xargs -SRCS= strnsubst.c xargs.c +SRCS= strnsubst.c xargs.c strtonum.c LDADD+=-liosexec -- cgit v1.2.3-56-ge451