1994-09-22 13:24:35 +04:00
|
|
|
# from: @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
# $Id: Makefile,v 1.6 1994/09/22 09:24:35 mycroft Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= cp
|
1994-09-22 13:24:35 +04:00
|
|
|
SRCS= cp.c utils.c
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|