diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-07-03 06:11:54 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-07-03 06:11:54 +0000 |
commit | 96a11afdffd8dec9504f3febba5b4ba9a2f6cefd (patch) | |
tree | 1b372f511ddbcea94d7edc61748826e4b604503a | |
parent | 1c9b3241f2525c361abb8f2caa681af72168492e (diff) | |
download | src-96a11afdffd8dec9504f3febba5b4ba9a2f6cefd.tar.gz src-96a11afdffd8dec9504f3febba5b4ba9a2f6cefd.zip |
Updated depends
Notes
Notes:
svn path=/head/; revision=285081
-rw-r--r-- | lib/libvmmapi/Makefile.depend | 2 | ||||
-rw-r--r-- | sys/modules/filemon/Makefile.depend | 13 | ||||
-rw-r--r-- | targets/pseudo/userland/Makefile.depend | 1 | ||||
-rw-r--r-- | usr.sbin/bhyve/Makefile.depend | 22 |
4 files changed, 36 insertions, 2 deletions
diff --git a/lib/libvmmapi/Makefile.depend b/lib/libvmmapi/Makefile.depend index a5c14b56b0a0..e2942710d8e3 100644 --- a/lib/libvmmapi/Makefile.depend +++ b/lib/libvmmapi/Makefile.depend @@ -1,8 +1,6 @@ # $FreeBSD$ # Autogenerated - do NOT edit! -DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} - DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ diff --git a/sys/modules/filemon/Makefile.depend b/sys/modules/filemon/Makefile.depend new file mode 100644 index 000000000000..9873a174749b --- /dev/null +++ b/sys/modules/filemon/Makefile.depend @@ -0,0 +1,13 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +filemon.o: opt_compat.h +filemon.po: opt_compat.h +.endif diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index c1e06624fc3f..11adc27e0b5c 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -431,6 +431,7 @@ DIRDEPS+= \ usr.sbin/auditd \ usr.sbin/auditreduce \ usr.sbin/authpf \ + usr.sbin/bhyve \ usr.sbin/bluetooth/ath3kfw \ usr.sbin/bluetooth/bcmfw \ usr.sbin/bluetooth/bt3cfw \ diff --git a/usr.sbin/bhyve/Makefile.depend b/usr.sbin/bhyve/Makefile.depend new file mode 100644 index 000000000000..e12ecb91891e --- /dev/null +++ b/usr.sbin/bhyve/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libmd \ + lib/libthr \ + lib/libutil \ + lib/libvmmapi \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |