diff options
Diffstat (limited to 'targets/pseudo/Makefile.inc')
-rw-r--r-- | targets/pseudo/Makefile.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/targets/pseudo/Makefile.inc b/targets/pseudo/Makefile.inc new file mode 100644 index 000000000000..40f3828ec7d4 --- /dev/null +++ b/targets/pseudo/Makefile.inc @@ -0,0 +1,13 @@ +# $FreeBSD$ + +# we don't do anything in these dirs +# they are just for triggering building of other things + +UPDATE_DEPENDFILE= no + +.if !target(all) +all: + @echo Done! +.endif + + |