aboutsummaryrefslogtreecommitdiff
path: root/bin/mv/Makefile
blob: 98563dda07ed892b107ba4c0270c737ee29be2bb (plain) (blame)
1
2
3
4
5
6
7
8
#	@(#)Makefile	8.2 (Berkeley) 4/2/94

PROG=	mv

DPADD=	${LIBUTIL}
LDADD=	-lutil

.include <bsd.prog.mk>