13 lines
218 B
Makefile
13 lines
218 B
Makefile
# $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>
|