1996-10-18 09:36:42 +04:00
|
|
|
# $NetBSD: Makefile,v 1.7 1996/10/18 05:36:42 thorpej Exp $
|
1993-05-18 11:48:34 +04:00
|
|
|
|
1996-10-08 04:36:28 +04:00
|
|
|
.include <bsd.own.mk> # for ELF_TOOLCHAIN defn on alpha
|
|
|
|
|
|
|
|
SUBDIR= ${MACHINE_ARCH}
|
|
|
|
|
|
|
|
.if (${MACHINE_ARCH} != "alpha" || !defined(ELF_TOOLCHAIN))
|
|
|
|
SUBDIR+= c++
|
|
|
|
.endif
|
1993-05-18 11:48:34 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|