9 lines
167 B
Makefile
9 lines
167 B
Makefile
# @(#)Makefile 5.3 (Berkeley) 4/3/91
|
|
#
|
|
# $Header: /cvsroot/src/bin/cp/Makefile,v 1.3 1993/03/23 00:23:37 cgd Exp $
|
|
|
|
PROG= cp
|
|
SRCS= cp.c path.c
|
|
|
|
.include <bsd.prog.mk>
|