7 lines
134 B
Makefile
7 lines
134 B
Makefile
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.4 1993/08/01 05:47:12 mycroft Exp $
|
|
|
|
PROG= mv
|
|
|
|
.include <bsd.prog.mk>
|