Home
last modified time | relevance | path

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

/src/stand/efi/loader/
H A DMakefile10 __arch= i386 macro
13 __arch= ${MACHINE} macro
65 .PATH: ${.CURDIR}/../loader/arch/${__arch}
66 .include "${.CURDIR}/../loader/arch/${__arch}/Makefile.inc"
70 CFLAGS+= -I${.CURDIR}/arch/${__arch}
72 CFLAGS+= -I${EFISRC}/include/${__arch}
110 .if ${LOADER_INTERP} == ${LOADER_DEFAULT_INTERP} && ${__arch} != "i386"
114 LDSCRIPT= ${.CURDIR}/../loader/arch/${__arch}/${__arch}.ldscript
146 .if ${__arch} == "i386"
/src/share/man/man4/
H A DMakefile993 .for __arch in ${__arches:O:u}
994 .if exists(${.CURDIR}/man4.${__arch})
995 SUBDIR+= man4.${__arch}