#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:34:47 deraadt Exp $

PROG=	cp
SRCS=	cp.c utils.c
LDADD=  -Zbin-files

include ../tools.mk

DEFINES+= -D_BSD_SOURCE

