7 lines
89 B
Makefile
7 lines
89 B
Makefile
# @(#)Makefile 5.3 (Berkeley) 4/3/91
|
|
|
|
PROG= cp
|
|
SRCS= cp.c path.c
|
|
|
|
.include <bsd.prog.mk>
|