1 1.18 thorpej # $NetBSD: Makefile,v 1.19 1999/03/19 22:58:04 thorpej Exp $ 2 1.6 cgd 3 1.13 christos .include <bsd.own.mk> 4 1.13 christos 5 1.13 christos .if ${OBJECT_FMT} == "ELF" && exists(${MACHINE_ARCH}_elf) 6 1.13 christos SUBDIR= ${MACHINE_ARCH}_elf 7 1.13 christos .else 8 1.16 tv SUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/} 9 1.13 christos .endif 10 1.6 cgd 11 1.19 thorpej .if (${OBJECT_FMT} != "ELF" && ${MACHINE_ARCH} != "arm32") 12 1.6 cgd SUBDIR+= c++ 13 1.6 cgd .endif 14 1.1 cgd 15 1.1 cgd .include <bsd.subdir.mk> 16