aboutsummaryrefslogtreecommitdiff
path: root/bin/mv/Makefile
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2000-01-01 15:40:40 +0000
committerJosef Karthauser <joe@FreeBSD.org>2000-01-01 15:40:40 +0000
commit6a9a6f05ed9224b0d80235ed0342119b56dd282a (patch)
tree2c8d87feb71ff8d17d8c3fc2a32d7700dd4a0790 /bin/mv/Makefile
parenta6fa47ec0d5a45a70289270085fec00e25dfda06 (diff)
downloadsrc-6a9a6f05ed9224b0d80235ed0342119b56dd282a.tar.gz
src-6a9a6f05ed9224b0d80235ed0342119b56dd282a.zip
Removed bogus dependancy on libutil.
Noticed by: bde
Notes
Notes: svn path=/head/; revision=55301
Diffstat (limited to 'bin/mv/Makefile')
-rw-r--r--bin/mv/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/mv/Makefile b/bin/mv/Makefile
index 301fb2c5087a..840578276d5a 100644
--- a/bin/mv/Makefile
+++ b/bin/mv/Makefile
@@ -3,7 +3,4 @@
PROG= mv
-DPADD= ${LIBUTIL}
-LDADD= -lutil
-
.include <bsd.prog.mk>