summaryrefslogtreecommitdiffstats
path: root/targets/pseudo/toolchain/Makefile.depend
diff options
context:
space:
mode:
Diffstat (limited to 'targets/pseudo/toolchain/Makefile.depend')
-rw-r--r--targets/pseudo/toolchain/Makefile.depend19
1 files changed, 19 insertions, 0 deletions
diff --git a/targets/pseudo/toolchain/Makefile.depend b/targets/pseudo/toolchain/Makefile.depend
new file mode 100644
index 0000000..4ea8d58
--- /dev/null
+++ b/targets/pseudo/toolchain/Makefile.depend
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+# This file is not autogenerated - take care!
+
+DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
+
+.if !defined(MK_CLANG)
+.include "${SRCTOP}/share/mk/src.opts.mk"
+.endif
+
+DIRDEPS= usr.bin/xinstall
+.if ${MK_CLANG} == "yes"
+DIRDEPS+= pkgs/pseudo/clang
+.endif
+.if ${MK_GCC} == "yes"
+DIRDEPS+= pkgs/pseudo/gcc
+.endif
+
+.include <dirdeps.mk>
OpenPOWER on IntegriCloud