aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/xargs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/xargs/Makefile')
-rw-r--r--shell_cmds/xargs/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell_cmds/xargs/Makefile b/shell_cmds/xargs/Makefile
new file mode 100644
index 0000000..a316efb
--- /dev/null
+++ b/shell_cmds/xargs/Makefile
@@ -0,0 +1,6 @@
+PROG= xargs
+SRCS= strnsubst.c xargs.c
+
+LDADD+=-liosexec
+
+.include <bsd.prog.mk>