From 985dfe52e97ea097a9d767512a74a85e2984960e Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 28 Oct 2015 16:22:00 +0000 Subject: Connect mpsutil for META MODE. --- targets/pseudo/userland/Makefile.depend | 1 + usr.sbin/mpsutil/Makefile.depend | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 usr.sbin/mpsutil/Makefile.depend diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index 0738c812e50a..cbd2ca5f919c 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -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 \ diff --git a/usr.sbin/mpsutil/Makefile.depend b/usr.sbin/mpsutil/Makefile.depend new file mode 100644 index 000000000000..58f9a3347b00 --- /dev/null +++ b/usr.sbin/mpsutil/Makefile.depend @@ -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 + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif -- cgit v1.2.3