diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2012-11-09 05:44:34 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2012-11-09 05:44:34 +0000 |
commit | 81d623fe156efeab87e79ac22890a86cfaca300f (patch) | |
tree | 89fd95a71c71e6aea6712321cb2bab116045d56d /pkgs/pseudo/the-lot/Makefile.depend | |
parent | 16974e103176776e86abb6bac72619789ef2554b (diff) | |
download | src-81d623fe156efeab87e79ac22890a86cfaca300f.tar.gz src-81d623fe156efeab87e79ac22890a86cfaca300f.zip |
Add pkgs/Makefile* and pkgs/pseudo/* so folk can test drive.
Notes
Notes:
svn path=/projects/bmake/; revision=242818
Diffstat (limited to 'pkgs/pseudo/the-lot/Makefile.depend')
-rw-r--r-- | pkgs/pseudo/the-lot/Makefile.depend | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/pseudo/the-lot/Makefile.depend b/pkgs/pseudo/the-lot/Makefile.depend new file mode 100644 index 000000000000..aae54e01c3f3 --- /dev/null +++ b/pkgs/pseudo/the-lot/Makefile.depend @@ -0,0 +1,16 @@ +# $FreeBSD$ + +# This file is not autogenerated - take care! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + pkgs/pseudo/userland \ + + +# pkgs/pseudo/clang \ +# pkgs/pseudo/gcc \ + +.include <dirdeps.mk> |