summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libvmmapi/Makefile.depend2
-rw-r--r--sys/modules/filemon/Makefile.depend13
-rw-r--r--targets/pseudo/userland/Makefile.depend1
-rw-r--r--usr.sbin/bhyve/Makefile.depend22
4 files changed, 36 insertions, 2 deletions
diff --git a/lib/libvmmapi/Makefile.depend b/lib/libvmmapi/Makefile.depend
index a5c14b5..e294271 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 0000000..9873a17
--- /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 c1e0662..11adc27 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 0000000..e12ecb9
--- /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
OpenPOWER on IntegriCloud