NetBSD/lib/csu/Makefile

16 lines
333 B
Makefile
Raw Normal View History

1999-03-20 01:58:04 +03:00
# $NetBSD: Makefile,v 1.19 1999/03/19 22:58:04 thorpej Exp $
.include <bsd.own.mk>
.if ${OBJECT_FMT} == "ELF" && exists(${MACHINE_ARCH}_elf)
SUBDIR= ${MACHINE_ARCH}_elf
.else
1999-02-28 00:13:50 +03:00
SUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/}
.endif
1999-03-20 01:58:04 +03:00
.if (${OBJECT_FMT} != "ELF" && ${MACHINE_ARCH} != "arm32")
SUBDIR+= c++
.endif
.include <bsd.subdir.mk>