02dea92c10
Sponsored by: Dell EMC Isilon
17 lines
262 B
Makefile
17 lines
262 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
# This file is not autogenerated - take care!
|
|
|
|
DIRDEPS = \
|
|
targets/pseudo/kernel \
|
|
targets/pseudo/toolchain \
|
|
targets/pseudo/userland \
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
DIRDEPS+= targets/pseudo/tests
|
|
.endif
|
|
|
|
.include <dirdeps.mk>
|