NetBSD/bin/cp/Makefile

9 lines
159 B
Makefile
Raw Normal View History

1997-07-20 09:13:57 +04:00
# $NetBSD: Makefile,v 1.8 1997/07/20 05:13:57 thorpej Exp $
1995-03-21 12:01:59 +03:00
# @(#)Makefile 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
PROG= cp
1994-09-22 13:24:35 +04:00
SRCS= cp.c utils.c
1997-07-20 09:13:57 +04:00
WARNS=1
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>