blob: 6903eab45d384d8191155f679cae28acaac09201 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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>
|