NetBSD/bin/cp/Makefile

8 lines
151 B
Makefile
Raw Normal View History

1993-08-01 05:47:31 +00:00
# from: @(#)Makefile 5.3 (Berkeley) 4/3/91
1993-08-07 03:14:51 +00:00
# $Id: Makefile,v 1.5 1993/08/07 03:14:51 mycroft Exp $
1993-03-21 09:45:37 +00:00
PROG= cp
SRCS= cp.c path.c
.include <bsd.prog.mk>