From 6fcd667fd6a9c9617eb3127522560ce8e48bc194 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 19 Sep 2015 17:47:36 +0000 Subject: [PATCH] Connect sesutil(1) and numactl(1) for META_MODE. Sponsored by: EMC / Isilon Storage Division --- targets/pseudo/userland/Makefile.depend | 2 ++ usr.bin/numactl/Makefile.depend | 18 ++++++++++++++++++ usr.sbin/sesutil/Makefile.depend | 18 ++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 usr.bin/numactl/Makefile.depend create mode 100644 usr.sbin/sesutil/Makefile.depend diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index 11adc27e0b5c..5cedf9788a24 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -304,6 +304,7 @@ DIRDEPS+= \ usr.bin/nohup \ usr.bin/nslookup \ usr.bin/nsupdate \ + usr.bin/numactl \ usr.bin/opieinfo \ usr.bin/opiekey \ usr.bin/opiepasswd \ @@ -653,6 +654,7 @@ DIRDEPS+= \ usr.sbin/sendmail \ usr.sbin/service \ usr.sbin/services_mkdb \ + usr.sbin/sesutil \ usr.sbin/setfib \ usr.sbin/setfmac \ usr.sbin/setpmac \ diff --git a/usr.bin/numactl/Makefile.depend b/usr.bin/numactl/Makefile.depend new file mode 100644 index 000000000000..3646e2e2b1af --- /dev/null +++ b/usr.bin/numactl/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.sbin/sesutil/Makefile.depend b/usr.sbin/sesutil/Makefile.depend new file mode 100644 index 000000000000..3646e2e2b1af --- /dev/null +++ b/usr.sbin/sesutil/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif