1# $OpenBSD: Makefile,v 1.3 1997/09/21 11:34:47 deraadt Exp $ 2 3PROG= cp 4SRCS= cp.c utils.c 5 6.include <bsd.prog.mk> 7