1998-03-28 00:50:41 +00:00
|
|
|
# $NetBSD: Makefile,v 1.11 1998/03/28 00:52:06 cgd Exp $
|
1996-10-08 00:36:28 +00:00
|
|
|
|
|
|
|
SUBDIR= ${MACHINE_ARCH}
|
|
|
|
|
1998-03-28 00:50:41 +00:00
|
|
|
.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc")
|
1996-10-08 00:36:28 +00:00
|
|
|
SUBDIR+= c++
|
|
|
|
.endif
|
1993-05-18 07:48:34 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|