Home
last modified time | relevance | path

Searched refs:__arch (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/efi/loader/
H A DMakefile10 __arch= i386 macro
13 __arch= ${MACHINE} macro
61 .PATH: ${.CURDIR}/../loader/arch/${__arch}
62 .include "${.CURDIR}/../loader/arch/${__arch}/Makefile.inc"
65 CFLAGS+= -I${.CURDIR}/arch/${__arch}
67 CFLAGS+= -I${EFISRC}/include/${__arch}
104 .if ${LOADER_INTERP} == ${LOADER_DEFAULT_INTERP} && ${__arch} != "i386"
108 LDSCRIPT= ${.CURDIR}/../loader/arch/${__arch}/${__arch}.ldscript
140 .if ${__arch} == "i386"
/freebsd/share/man/man4/
H A DMakefile940 .for __arch in ${__arches:O:u}
941 .if exists(${.CURDIR}/man4.${__arch})
942 SUBDIR+= man4.${__arch}