NetBSD/bin/cp/Makefile

8 lines
151 B
Makefile
Raw Normal View History

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