Home
last modified time | relevance | path

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

/freebsd/stand/efi/loader/
H A DMakefile14 __arch= i386 macro
17 __arch= ${MACHINE} macro
74 .PATH: ${.CURDIR}/../loader/arch/${__arch}
75 .include "${.CURDIR}/../loader/arch/${__arch}/Makefile.inc"
79 CFLAGS+= -I${.CURDIR}/arch/${__arch}
81 CFLAGS+= -I${EFISRC}/include/${__arch}
119 .if ${LOADER_INTERP} == ${LOADER_DEFAULT_INTERP} && ${__arch} != "i386"
123 LDSCRIPT= ${.CURDIR}/../loader/arch/${__arch}/${__arch}.ldscript
155 .if ${__arch} == "i386"
/freebsd/share/man/man4/
H A DMakefile1027 .for __arch in ${__arches:O:u}
1028 .if exists(${.CURDIR}/man4.${__arch})
1029 SUBDIR+= man4.${__arch}