aboutsummaryrefslogtreecommitdiff
path: root/bin/mv/Makefile
blob: e16243f06c3bf91b5c8206e6e73c3cdf7a6ab9b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#	@(#)Makefile	8.2 (Berkeley) 4/2/94
# $FreeBSD$

.include <src.opts.mk>

PACKAGE=runtime
PROG=	mv

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>