xref: /dragonfly/bin/mv/Makefile (revision c89a6c1b)
1#	@(#)Makefile	8.2 (Berkeley) 4/2/94
2# $FreeBSD: src/bin/mv/Makefile,v 1.6.2.1 2001/08/01 04:44:36 obrien Exp $
3# $DragonFly: src/bin/mv/Makefile,v 1.4 2005/02/06 06:16:40 okumoto Exp $
4
5PROG=	mv
6
7.include <bsd.prog.mk>
8