svn commit: r290113 - in head: targets/pseudo/userland usr.sbin/mpsutil

Bryan Drewery bdrewery at FreeBSD.org
Wed Oct 28 16:22:02 UTC 2015


Author: bdrewery
Date: Wed Oct 28 16:22:00 2015
New Revision: 290113
URL: https://svnweb.freebsd.org/changeset/base/290113

Log:
  Connect mpsutil for META MODE.

Added:
  head/usr.sbin/mpsutil/Makefile.depend   (contents, props changed)
Modified:
  head/targets/pseudo/userland/Makefile.depend

Modified: head/targets/pseudo/userland/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/Makefile.depend	Wed Oct 28 15:00:21 2015	(r290112)
+++ head/targets/pseudo/userland/Makefile.depend	Wed Oct 28 16:22:00 2015	(r290113)
@@ -564,6 +564,7 @@ DIRDEPS+= \
 	usr.sbin/mlxcontrol \
 	usr.sbin/mountd \
 	usr.sbin/moused \
+	usr.sbin/mpsutil \
 	usr.sbin/mptutil \
 	usr.sbin/mtest \
 	usr.sbin/mtree \

Added: head/usr.sbin/mpsutil/Makefile.depend
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/usr.sbin/mpsutil/Makefile.depend	Wed Oct 28 16:22:00 2015	(r290113)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+	gnu/lib/csu \
+	gnu/lib/libgcc \
+	include \
+	include/xlocale \
+	lib/${CSU_DIR} \
+	lib/libc \
+	lib/libcompiler_rt \
+	lib/libutil \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif


More information about the svn-src-head mailing list