aboutsummaryrefslogtreecommitdiff
path: root/bin/mv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mv/Makefile')
-rw-r--r--bin/mv/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/mv/Makefile b/bin/mv/Makefile
new file mode 100644
index 000000000000..98563dda07ed
--- /dev/null
+++ b/bin/mv/Makefile
@@ -0,0 +1,8 @@
+# @(#)Makefile 8.2 (Berkeley) 4/2/94
+
+PROG= mv
+
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+
+.include <bsd.prog.mk>