aboutsummaryrefslogtreecommitdiff
path: root/bin/cp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cp/Makefile')
-rw-r--r--bin/cp/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/cp/Makefile b/bin/cp/Makefile
new file mode 100644
index 000000000000..0c4c7b5eff53
--- /dev/null
+++ b/bin/cp/Makefile
@@ -0,0 +1,14 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $FreeBSD$
+
+.include <src.opts.mk>
+
+PACKAGE=runtime
+PROG= cp
+SRCS= cp.c utils.c
+CFLAGS+= -DVM_AND_BUFFER_CACHE_SYNCHRONIZED -D_ACL_PRIVATE
+
+HAS_TESTS=
+SUBDIR.${MK_TESTS}= tests
+
+.include <bsd.prog.mk>