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

This commit is contained in:
wosch 1998-11-14 23:43:11 +00:00
parent d465d69601
commit 8cd3bc997a

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>