HomeSort by: relevance | last modified time | path
    Searched refs:MKCOMPAT (Results 1 - 11 of 11) 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/tests/lib/libi386/
Makefile 7 .if ${MACHINE} == "amd64" && ${MKCOMPAT} == "yes"
  /src/compat/dirshack/
Makefile 20 .if ${MKCOMPAT} != "no"
30 .endif # MKCOMPAT != no
  /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 30 MKCOMPAT \
57 .if ${MKCOMPAT} != "no"
104 .if ${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/share/mk/
bsd.own.mk 1138 # aarch64eb is not yet supported for MKCOMPAT.
1147 MKCOMPAT?= yes
1150 MKCOMPAT:= no
1153 .if ${MKCOMPAT} == "no"
1655 . if !(${MKCOMPAT:Uyes} == "no" && ${MACHINE_ARCH:Mmips64*} != "")

Completed in 17 milliseconds