1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
7 .
include "${.CURDIR}/Makefile.inc"
9 .if defined
(package
) && !empty
(package
)
10 subdir
:= package
/${package}
12 _subdir_dep
:= ${ADK_TOPDIR}/.config
16 .if defined
(subdir
) && !empty
(subdir
)
20 _subdir
: ${_subdir_dep}
21 cd
${.CURDIR
}/${subdir} && ADK_TOPDIR
=${.CURDIR
} DEVELOPER
=1 \
22 ${GMAKE} ADK_VERBOSE
=1 ${.MFLAGS
} ${_subdir}
24 .
include "${.CURDIR}/prereq.mk"
26 .
include "${.CURDIR}/Makefile"