Home | History | Annotate | Line # | Download | only in csu
Makefile revision 1.13
      1  1.13  christos #	$NetBSD: Makefile,v 1.13 1999/02/03 10:55:12 christos 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.6       cgd SUBDIR=	${MACHINE_ARCH}
      9  1.13  christos .endif
     10   1.6       cgd 
     11  1.12   mycroft .if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc") && \
     12  1.12   mycroft     (${MACHINE_ARCH} != "arm32")
     13   1.6       cgd SUBDIR+= c++
     14   1.6       cgd .endif
     15   1.1       cgd 
     16   1.1       cgd .include <bsd.subdir.mk>
     17