VM: make mapping types explicit
[minix3.git] / external / gpl3 / Makefile
blobe25a11e98cca5f31258bcd437e6a5e1df57c12e1
1 # $NetBSD: Makefile,v 1.6 2011/10/31 08:14:44 mrg Exp $
3 .include <bsd.own.mk>
5 .if ${MKBINUTILS} != "no"
6 SUBDIR+= binutils
7 .endif
9 .if ${HAVE_GCC} == 45
10 .if ${MKGCCCMDS} != "no"
11 SUBDIR+= gcc
12 .endif
13 .endif
15 .if ${MKGDB} != "no"
16 .if ${HAVE_GDB} == "7"
17 SUBDIR+= gdb
18 .endif
19 .endif
21 .include <bsd.subdir.mk>