freebsd-dev/targets/pseudo/the-lot/Makefile.depend
Bryan Drewery 02dea92c10 Properly connect tests.
Sponsored by:	Dell EMC Isilon
2017-10-31 00:03:49 +00:00

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>