Remove building with NOCRYPTO option
[minix3.git] / external / gpl3 / Makefile
blob7ea6cbbbb1a4cb8c4abced4a3c7e66686463ab2a
1 # $NetBSD: Makefile,v 1.15 2015/09/17 09:34:20 skrll Exp $
3 .include <bsd.own.mk>
5 .if ${MKBINUTILS} != "no"
6 SUBDIR+= binutils
7 .endif
9 .if ${MKGCC} != "no"
10 SUBDIR+= ${EXTERNAL_GCC_SUBDIR}
11 .endif
13 .if ${MKGDB} != "no"
14 SUBDIR+= gdb
15 .endif
17 .include <bsd.subdir.mk>