Makefile revision 1.6
1# $Id: Makefile,v 1.6 1996/10/08 00:36:28 cgd Exp $ 2 3.include <bsd.own.mk> # for ELF_TOOLCHAIN defn on alpha 4 5SUBDIR= ${MACHINE_ARCH} 6 7.if (${MACHINE_ARCH} != "alpha" || !defined(ELF_TOOLCHAIN)) 8SUBDIR+= c++ 9.endif 10 11.include <bsd.subdir.mk> 12