kernel: fix sanity check
[minix.git] / external / gpl3 / Makefile
blob600035a31cb7d36869331d3a36d5d9aef19ab29f
1 # $NetBSD: Makefile,v 1.7 2012/08/10 16:05:26 joerg Exp $
3 .include <bsd.own.mk>
5 .if ${MKBINUTILS} != "no"
6 SUBDIR+= binutils
7 .endif
9 .if ${MKGCC} != "no"
10 .if ${HAVE_GCC} == 45
11 .if ${MKGCCCMDS} != "no"
12 SUBDIR+= gcc
13 .endif
14 .endif
15 .endif
17 .if ${MKGDB} != "no"
18 .if ${HAVE_GDB} == "7"
19 SUBDIR+= gdb
20 .endif
21 .endif
23 .include <bsd.subdir.mk>