summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleydson Soares <gsoares@cvs.openbsd.org>2016-02-01 22:22:46 +0000
committerGleydson Soares <gsoares@cvs.openbsd.org>2016-02-01 22:22:46 +0000
commit57c1869fb0b53a6aa75e5ba247bcc621c1576403 (patch)
tree1c2aadb8ec9bdb4c52b4218ab5cb2b3da6181d8b
parent2b5ed32edcb481bb6d9c15a00d9f4225784e3806 (diff)
sync to main
reminded by guenther@
-rw-r--r--distrib/special/mv/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/special/mv/Makefile b/distrib/special/mv/Makefile
index a2f2150672f..a3c50abe9e4 100644
--- a/distrib/special/mv/Makefile
+++ b/distrib/special/mv/Makefile
@@ -1,10 +1,7 @@
-# $OpenBSD: Makefile,v 1.2 2015/11/17 18:22:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2016/02/01 22:22:45 gsoares Exp $
PROG= mv
SRCS= mv.c cp.c rm.c
-DPADD+= ${LIBUTIL}
-LDADD+= -lutil
-
.PATH: ${.CURDIR}/../../../bin/mv
.include <bsd.prog.mk>