Connect sesutil(1) and numactl(1) for META_MODE.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-09-19 17:47:36 +00:00
parent 8729f5ec0e
commit 6fcd667fd6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287989
3 changed files with 38 additions and 0 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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