aboutsummaryrefslogtreecommitdiff
path: root/bin/cp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cp/Makefile')
-rw-r--r--bin/cp/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/cp/Makefile b/bin/cp/Makefile
index 0c4c7b5eff53..ae8770154408 100644
--- a/bin/cp/Makefile
+++ b/bin/cp/Makefile
@@ -1,12 +1,9 @@
-# @(#)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
+CFLAGS+= -D_ACL_PRIVATE
HAS_TESTS=
SUBDIR.${MK_TESTS}= tests