aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo/universe/Makefile.depend
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2014-11-30 00:20:20 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2014-11-30 00:20:20 +0000
commitb6209a9b5861cbf265a23afeac999cb27bfc7eae (patch)
treecccfb1631d9c3b519238efb58e573405281c0762 /targets/pseudo/universe/Makefile.depend
parentf1382cffe7703a142e8eea88242485a577c1aeb2 (diff)
downloadsrc-b6209a9b5861cbf265a23afeac999cb27bfc7eae.tar.gz
src-b6209a9b5861cbf265a23afeac999cb27bfc7eae.zip
Rename pkgs to more generic targets (that's what they are)
Reviewed by: marcel
Notes
Notes: svn path=/projects/bmake/; revision=275282
Diffstat (limited to 'targets/pseudo/universe/Makefile.depend')
-rw-r--r--targets/pseudo/universe/Makefile.depend15
1 files changed, 15 insertions, 0 deletions
diff --git a/targets/pseudo/universe/Makefile.depend b/targets/pseudo/universe/Makefile.depend
new file mode 100644
index 000000000000..e9cbdb58b354
--- /dev/null
+++ b/targets/pseudo/universe/Makefile.depend
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+# This file is not autogenerated - take care!
+
+# this is not normally needed, but we are not normal
+.if ${.MAKE.LEVEL} == 0
+DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
+
+# our role here is to build all the host tools etc.
+DIRDEPS = \
+ pkgs/pseudo/hosttools.host \
+
+
+.include <dirdeps.mk>
+.endif