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/Makefile.inc | |
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/Makefile.inc')
-rw-r--r-- | pkgs/pseudo/Makefile.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/pseudo/Makefile.inc b/pkgs/pseudo/Makefile.inc new file mode 100644 index 000000000000..8a14c5e7f3c6 --- /dev/null +++ b/pkgs/pseudo/Makefile.inc @@ -0,0 +1,11 @@ +# $FreeBSD$ + +# we don't do anything in these dirs +# they are just for triggering building of other things + +UPDATE_DEPENDFILE= no + +all: + @echo Done! + + |