diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-11-30 00:20:20 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-11-30 00:20:20 +0000 |
commit | b6209a9b5861cbf265a23afeac999cb27bfc7eae (patch) | |
tree | cccfb1631d9c3b519238efb58e573405281c0762 /targets/pseudo/hosttools | |
parent | f1382cffe7703a142e8eea88242485a577c1aeb2 (diff) | |
download | src-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/hosttools')
-rw-r--r-- | targets/pseudo/hosttools/Makefile | 3 | ||||
-rw-r--r-- | targets/pseudo/hosttools/Makefile.depend | 24 |
2 files changed, 27 insertions, 0 deletions
diff --git a/targets/pseudo/hosttools/Makefile b/targets/pseudo/hosttools/Makefile new file mode 100644 index 000000000000..265f86d1ed55 --- /dev/null +++ b/targets/pseudo/hosttools/Makefile @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "../Makefile.inc" diff --git a/targets/pseudo/hosttools/Makefile.depend b/targets/pseudo/hosttools/Makefile.depend new file mode 100644 index 000000000000..83c884853777 --- /dev/null +++ b/targets/pseudo/hosttools/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ + +# This file is not autogenerated - take care! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DIRDEPS = \ + lib/clang/include.host \ + lib/libc++.host \ + lib/libcxxrt.host \ + share/doc/llvm/clang.host \ + usr.bin/clang/clang-tblgen.host \ + usr.bin/clang/clang.host \ + usr.bin/clang/tblgen.host \ + usr.bin/lex/lib.host \ + usr.bin/mkcsmapper_static.host \ + usr.bin/mkesdb_static.host \ + usr.bin/mkuzip.host \ + usr.bin/xinstall.host \ + usr.sbin/config.host \ + + + +.include <dirdeps.mk> |