Home
last modified time | relevance | path

Searched refs:ARCH_SUBDIR (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/msun/tests/
H A DMakefile88 ARCH_SUBDIR= i387 macro
90 ARCH_SUBDIR= ${MACHINE_CPUARCH} macro
93 .include "../${ARCH_SUBDIR}/Makefile.inc"
/freebsd/lib/msun/
H A DMakefile13 ARCH_SUBDIR= ${MACHINE_CPUARCH:S/i386/i387/} macro
15 .include "${ARCH_SUBDIR}/Makefile.inc"
17 .PATH: ${.CURDIR}/${ARCH_SUBDIR}
32 CFLAGS+= -I${.CURDIR}/${ARCH_SUBDIR}
/freebsd/lib/libc/
H A DMakefile207 MSUN_ARCH_SUBDIR != ${MAKE} -B -C ${SRCTOP}/lib/msun -V ARCH_SUBDIR