# Makefile for cp

SRCS=cp.c
PROG=cp
BINDIR=/bin

include ../../defs.mk
include ../../mk/prog.mk

