9 lines
159 B
Makefile
9 lines
159 B
Makefile
# $NetBSD: Makefile,v 1.8 1997/07/20 05:13:57 thorpej Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= cp
|
|
SRCS= cp.c utils.c
|
|
WARNS=1
|
|
|
|
.include <bsd.prog.mk>
|