1 # $NetBSD: Makefile,v 1.13 1999/02/03 10:55:12 christos Exp $ 2 3 .include <bsd.own.mk> 4 5 .if ${OBJECT_FMT} == "ELF" && exists(${MACHINE_ARCH}_elf) 6 SUBDIR= ${MACHINE_ARCH}_elf 7 .else 8 SUBDIR= ${MACHINE_ARCH} 9 .endif 10 11 .if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc") && \ 12 (${MACHINE_ARCH} != "arm32") 13 SUBDIR+= c++ 14 .endif 15 16 .include <bsd.subdir.mk> 17