1#	$NetBSD: Makefile,v 1.5 2011/10/08 21:52:15 christos Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKBINUTILS} != "no"
6SUBDIR+=	binutils
7.endif
8
9.if ${HAVE_GCC} == 45
10.if ${MKGCCCMDS} != "no"
11SUBDIR+=	gcc
12.endif
13.endif
14
15.if ${MKGDB} != "no"
16.if ${HAVE_GDB} == "7"
17SUBDIR+=        gdb
18.endif
19.endif
20
21.include <bsd.subdir.mk>
22