# $FreeBSD: head/sys/boot/Makefile 284590 2015-06-19 05:42:24Z bapt $ .include .if ${MK_FORTH} != "no" # Build the add-in FORTH interpreter. SUBDIR+= ficl SUBDIR+= forth .endif SUBDIR+= common .include # Pick the machine-dependent subdir based on the target architecture. ADIR= ${MACHINE:S/powerpc64/powerpc/} .if exists(${.CURDIR}/${ADIR}/.) SUBDIR+= ${ADIR} .endif .include