aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/cp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/cp/Makefile')
-rw-r--r--file_cmds/cp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/file_cmds/cp/Makefile b/file_cmds/cp/Makefile
new file mode 100644
index 0000000..e5fb6a8
--- /dev/null
+++ b/file_cmds/cp/Makefile
@@ -0,0 +1,4 @@
+PROG= cp
+SRCS= cp.c utils.c
+
+.include <bsd.prog.mk>