Author: bdrewery
Date: Sat Sep 19 17:47:36 2015
New Revision: 287989
URL: https://svnweb.freebsd.org/changeset/base/287989

Log:
  Connect sesutil(1) and numactl(1) for META_MODE.
  
  Sponsored by: EMC / Isilon Storage Division

Added:
  head/usr.bin/numactl/Makefile.depend   (contents, props changed)
  head/usr.sbin/sesutil/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        Sat Sep 19 16:36:45 
2015        (r287988)
+++ head/targets/pseudo/userland/Makefile.depend        Sat Sep 19 17:47:36 
2015        (r287989)
@@ -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 \

Added: head/usr.bin/numactl/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.bin/numactl/Makefile.depend        Sat Sep 19 17:47:36 2015        
(r287989)
@@ -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 <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif

Added: head/usr.sbin/sesutil/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.sbin/sesutil/Makefile.depend       Sat Sep 19 17:47:36 2015        
(r287989)
@@ -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 <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to