aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/xargs/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-23 11:50:48 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-23 11:50:48 -0400
commit6049e2ca2a32bf3cd895ac1279495d4bf61c638d (patch)
tree5eead04e146929ed3adc3941717671944cff58ea /shell_cmds/xargs/Makefile
parenta5d67cf8b3beb8310964dc989d6bc95ac6503fe9 (diff)
downloadapple_cmds-6049e2ca2a32bf3cd895ac1279495d4bf61c638d.tar.gz
apple_cmds-6049e2ca2a32bf3cd895ac1279495d4bf61c638d.tar.zst
apple_cmds-6049e2ca2a32bf3cd895ac1279495d4bf61c638d.zip
shell_cmds: Fix compilation for lower targets
Diffstat (limited to 'shell_cmds/xargs/Makefile')
-rw-r--r--shell_cmds/xargs/Makefile2
1 files changed, 1 insertions, 1 deletions
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