xref: /dragonfly/bin/mv/Makefile (revision 2c603719)
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.3 2004/09/26 15:58:32 asmodai Exp $
4
5PROG=	mv
6WARNS?=	6
7
8.include <bsd.prog.mk>
9