HomeSort by: relevance | last modified time | path
    Searched refs:MKCOMPAT (Results 1 - 14 of 14) sorted by relevancy

  /src/compat/
Makefile 7 .if ${MKCOMPAT} != "no"
compatsubdir.mk 9 .if ${MKCOMPAT} != "no"
exec.mk 40 . if ${MKCOMPAT} != "no" && !defined(CRUNCHEDPROG)
42 . endif # ${MKCOMPAT} != "no"
  /src/compat/dirshack/
Makefile 20 .if ${MKCOMPAT} != "no"
30 .endif # MKCOMPAT != no
  /src/tests/lib/libi386/
Makefile 7 .if ${MACHINE} == "amd64" && ${MKCOMPAT} == "yes"
  /src/usr.bin/ldd/elf64/
Makefile 43 .if ${MKCOMPAT} != "no"
  /src/tests/net/fdpass/
Makefile 17 .if (${MACHINE} == "sparc64" || ${MACHINE} == "amd64") && ${MKCOMPAT} != "no"
  /src/usr.bin/ldd/build/
Makefile 20 .if ${MKCOMPAT} != "no"
  /src/distrib/sets/
mkvars.mk 31 MKCOMPAT \
58 .if ${MKCOMPAT} != "no"
105 .if ${MKCOMPAT} != "no"
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/
Makefile 31 (${MACHINE_ARCH} == "x86_64" && ${MKCOMPAT} != "no")
  /src/etc/mtree/
Makefile 16 .if defined(MKCOMPAT) && ${MKCOMPAT} != "no"
86 NetBSD.dist.compat: NetBSD.dist.compat.in mkcompat.awk
91 NetBSD.dist.xcompat: NetBSD.dist.xcompat.in mkcompat.awk
  /src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/
Makefile 62 .if ${MKCOMPAT} != no && !empty(MACHINE_ARCH:M*64*)
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/
Makefile 62 .if ${MKCOMPAT} != no && !empty(MACHINE_ARCH:M*64*)
  /src/share/mk/
bsd.own.mk 1166 # aarch64eb is not yet supported for MKCOMPAT.
1176 MKCOMPAT?= yes
1179 MKCOMPAT:= no
1182 .if ${MKCOMPAT} == "no"
1792 . if !(${MKCOMPAT:Uyes} == "no" && ${MACHINE_ARCH:Mmips64*} != "")

Completed in 22 milliseconds