summaryrefslogtreecommitdiff
path: root/distrib/special/mv/Makefile
blob: a2f2150672f3c122cfe502a7ea75757322c56b7d (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.2 2015/11/17 18:22:03 deraadt Exp $

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

DPADD+=	${LIBUTIL}
LDADD+=	-lutil

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