blob: ad51546fd5d8345d35f7de592cf2bce08dc7efa2 (
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 = \
pkgs/pseudo/kernel \
pkgs/pseudo/toolchain \
pkgs/pseudo/userland \
.include <dirdeps.mk>
|