1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Use mmap for file coping. 5-10% faster than the read system call.

This commit is contained in:
Wolfram Schneider 1998-11-14 23:43:11 +00:00
parent 3067a7048b
commit 146726f36f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41156

View File

@ -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>