aboutsummaryrefslogtreecommitdiff
path: root/bin/cp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cp/Makefile')
-rw-r--r--bin/cp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/cp/Makefile b/bin/cp/Makefile
index 0c4c7b5eff53..6da92d982f63 100644
--- a/bin/cp/Makefile
+++ b/bin/cp/Makefile
@@ -1,12 +1,10 @@
-# @(#)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