Date: Thu, 3 Dec 2015 21:13:05 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291717 - in head: targets/pseudo/userland usr.sbin/camdd Message-ID: <201512032113.tB3LD5GO043192@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Thu Dec 3 21:13:05 2015 New Revision: 291717 URL: https://svnweb.freebsd.org/changeset/base/291717 Log: DIRDEPS_BUILD: Connect usr.sbin/camdd Sponsored by: EMC / Isilon Storage Division Added: head/usr.sbin/camdd/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 Thu Dec 3 20:54:55 2015 (r291716) +++ head/targets/pseudo/userland/Makefile.depend Thu Dec 3 21:13:05 2015 (r291717) @@ -824,6 +824,7 @@ DIRDEPS.amd64= \ usr.sbin/bhyveload \ usr.sbin/boot0cfg \ usr.sbin/btxld \ + usr.sbin/camdd \ usr.sbin/cpucontrol \ usr.sbin/hyperv/tools \ usr.sbin/kgmon \ Added: head/usr.sbin/camdd/Makefile.depend ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/usr.sbin/camdd/Makefile.depend Thu Dec 3 21:13:05 2015 (r291717) @@ -0,0 +1,25 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcam \ + lib/libcompiler_rt \ + lib/libexpat \ + lib/libmt \ + lib/libsbuf \ + lib/libthr \ + lib/libutil \ + lib/libz \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512032113.tB3LD5GO043192>