Makefile revision 1556
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2
3PROG=	cp
4SRCS=	cp.c utils.c
5
6.include <bsd.prog.mk>
7