1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00

Removed bogus dependancy on libutil.

Noticed by:	bde
This commit is contained in:
Josef Karthauser 2000-01-01 15:40:40 +00:00
parent a6fa47ec0d
commit 6a9a6f05ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55301

View File

@ -3,7 +3,4 @@
PROG= mv
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>