18 lines
352 B
Makefile
18 lines
352 B
Makefile
|
# $FreeBSD$
|
||
|
# Autogenerated - do NOT edit!
|
||
|
|
||
|
DIRDEPS = \
|
||
|
stand/${MACHINE_CPUARCH}/btx/btx \
|
||
|
stand/${MACHINE_CPUARCH}/btx/btxldr \
|
||
|
stand/${MACHINE_CPUARCH}/btx/lib \
|
||
|
stand/${MACHINE_CPUARCH}/libi386 \
|
||
|
stand/ficl \
|
||
|
stand/libsa \
|
||
|
|
||
|
|
||
|
.include <dirdeps.mk>
|
||
|
|
||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||
|
# local dependencies - needed for -jN in clean tree
|
||
|
.endif
|