#
# ident	"@(#)Makefile	1.5	92/12/15 SMI"
#
# Copyright (c) 1990 by Sun Microsystems, Inc.
#
# Makefile for cmd/tcopy
#

PROG =		tcopy

include		../Makefile.cmd


.KEEP_STATE :

all:		$(PROG) 

install :	all $(ROOTPROG)

clean :

lint:		lint_PROG

include		../Makefile.targ
