1#	@(#)Makefile	8.2 (Berkeley) 4/2/94
2# $FreeBSD$
3
4.include <bsd.own.mk>
5
6PROG=	mv
7
8.if ${MK_TESTS} != "no"
9SUBDIR+=    tests
10.endif
11
12.include <bsd.prog.mk>
13