summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1998-11-14 23:43:11 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1998-11-14 23:43:11 +0000
commit146726f36f495f51575209cffdbe866bbda4466b (patch)
tree185225fb08f535c2f08dfcacef2e7b825ce3c0ec
parent3067a7048bb96860e01ccb7a0f0face7935d4aa2 (diff)
Notes
-rw-r--r--bin/cp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/cp/Makefile b/bin/cp/Makefile
index 57883daad0d1..f4ca4d25c87f 100644
--- a/bin/cp/Makefile
+++ b/bin/cp/Makefile
@@ -1,7 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id$
+# $Id: Makefile,v 1.4 1997/02/22 14:01:32 peter Exp $
PROG= cp
SRCS= cp.c utils.c
+CFLAGS+= -DVM_AND_BUFFER_CACHE_SYNCHRONIZED
.include <bsd.prog.mk>