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