Home | History | Annotate | Line # | Download | only in csu
Makefile revision 1.10
      1  1.10   thorpej #	$NetBSD: Makefile,v 1.10 1997/04/16 19:43:53 thorpej Exp $
      2   1.1       cgd 
      3   1.8       cgd .include <bsd.own.mk>			# for ECOFF_TOOLCHAIN defn on alpha
      4   1.6       cgd 
      5   1.6       cgd SUBDIR=	${MACHINE_ARCH}
      6   1.6       cgd 
      7   1.9  explorer .if (${MACHINE_ARCH} != "alpha" || \
      8  1.10   thorpej      (${MACHINE_ARCH} == "alpha" && defined(ECOFF_TOOLCHAIN))) && \
      9  1.10   thorpej     (${MACHINE_ARCH} != "powerpc")
     10   1.6       cgd SUBDIR+= c++
     11   1.6       cgd .endif
     12   1.1       cgd 
     13   1.1       cgd .include <bsd.subdir.mk>
     14