Home | History | Annotate | Line # | Download | only in cp
Makefile revision 1.3
      1 #	@(#)Makefile	5.3 (Berkeley) 4/3/91
      2 #
      3 #	$Header: /tank/opengrok/rsync2/NetBSD/src/bin/cp/Makefile,v 1.3 1993/03/23 00:23:37 cgd Exp $
      4 
      5 PROG=	cp
      6 SRCS=	cp.c path.c
      7 
      8 .include <bsd.prog.mk>
      9