Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / bin / cp / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/bin/cp/Makefile,v 1.7 1999/08/27 23:13:38 peter Exp $
3 # $DragonFly: src/bin/cp/Makefile,v 1.2 2003/06/17 04:22:49 dillon Exp $
4
5 PROG=   cp
6 SRCS=   cp.c utils.c
7 CFLAGS+=         -W -DVM_AND_BUFFER_CACHE_SYNCHRONIZED
8
9 .include <bsd.prog.mk>