8 lines
151 B
Makefile
8 lines
151 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 4/3/91
|
|
# $Id: Makefile,v 1.5 1993/08/07 03:14:51 mycroft Exp $
|
|
|
|
PROG= cp
|
|
SRCS= cp.c path.c
|
|
|
|
.include <bsd.prog.mk>
|