Makefile revision 1.11
1# $NetBSD: Makefile,v 1.11 1998/03/28 00:52:06 cgd Exp $ 2 3SUBDIR= ${MACHINE_ARCH} 4 5.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc") 6SUBDIR+= c++ 7.endif 8 9.include <bsd.subdir.mk> 10