blob: d54c59cc5d5fb1f02af7d56d2ccb6d863999248b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD$
# This file is not autogenerated - take care!
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DIRDEPS = \
targets/pseudo/kernel \
targets/pseudo/toolchain \
targets/pseudo/userland \
.include <dirdeps.mk>
|