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/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/file_cmds/cp/Makefile b/file_cmds/cp/Makefile
new file mode 100644
index 0000000..29e1063
--- /dev/null
+++ b/file_cmds/cp/Makefile
@@ -0,0 +1,8 @@
+PROG= cp
+SRCS= cp.c utils.c
+
+BINDIR=/bin
+
+CFLAGS+=-I${.CURDIR}/../common
+
+.include <bsd.prog.mk>