8 lines
151 B
Makefile
8 lines
151 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 4/3/91
|
|
# $Id: Makefile,v 1.4 1993/08/01 05:47:56 mycroft Exp $
|
|
|
|
PROG= cp
|
|
SRCS= cp.c path.c
|
|
|
|
.include <bsd.prog.mk>
|