1# $NetBSD: Makefile,v 1.4 2011/06/29 02:05:24 mrg Exp $ 2 3.include <bsd.own.mk> 4 5.if ${MKBINUTILS} != "no" && ${HAVE_BINUTILS} == "219" 6SUBDIR+= binutils 7.endif 8 9.if ${HAVE_GCC} == 45 10.if ${MKGCCCMDS} != "no" 11SUBDIR+= gcc 12.endif 13.endif 14 15.include <bsd.subdir.mk> 16