svn commit: r291717 - in head: targets/pseudo/userland usr.sbin/camdd

Bryan Drewery bdrewery at FreeBSD.org
Thu Dec 3 21:13:07 UTC 2015


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


More information about the svn-src-all mailing list