8 lines
153 B
Makefile
8 lines
153 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $Id: Makefile,v 1.6 1994/09/22 09:24:35 mycroft Exp $
|
|
|
|
PROG= cp
|
|
SRCS= cp.c utils.c
|
|
|
|
.include <bsd.prog.mk>
|