summaryrefslogtreecommitdiff
path: root/distrib/special/mv/Makefile
blob: a3c50abe9e4f8264da3021b530af85fdce17822e (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.3 2016/02/01 22:22:45 gsoares Exp $

PROG=	mv
SRCS=	mv.c cp.c rm.c

.PATH:  ${.CURDIR}/../../../bin/mv
.include <bsd.prog.mk>