summaryrefslogtreecommitdiff
path: root/package/toolbox/src/cp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/toolbox/src/cp/Makefile')
-rw-r--r--package/toolbox/src/cp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/toolbox/src/cp/Makefile b/package/toolbox/src/cp/Makefile
new file mode 100644
index 000000000..17545ac06
--- /dev/null
+++ b/package/toolbox/src/cp/Makefile
@@ -0,0 +1,4 @@
+PROG= cp
+SRCS= cp.c utils.c
+
+include ../tool.mk