2012-11-09 05:44:34 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-03-09 22:46:01 +00:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
2012-11-09 05:44:34 +00:00
|
|
|
# This file is not autogenerated - take care!
|
|
|
|
|
|
|
|
DIRDEPS = \
|
2014-11-30 18:45:46 +00:00
|
|
|
targets/pseudo/kernel \
|
|
|
|
targets/pseudo/toolchain \
|
|
|
|
targets/pseudo/userland \
|
2012-11-09 05:44:34 +00:00
|
|
|
|
2016-03-09 22:46:01 +00:00
|
|
|
.if ${MK_TESTS} != "no"
|
|
|
|
DIRDEPS+= targes/pseudo/tests
|
|
|
|
.endif
|
|
|
|
|
2012-11-09 05:44:34 +00:00
|
|
|
.include <dirdeps.mk>
|