etc/protocols - sync with NetBSD-8
[minix.git] / external / gpl3 / gcc / lib / libgcc / Makefile
blob2050f41ead48d869d732e18d544a6d6283824430
1 # $NetBSD: Makefile,v 1.3 2014/03/01 10:00:33 mrg Exp $
3 .include <bsd.own.mk>
5 SUBDIR+= libgcc
7 .if defined(__MINIX) && ${MKGCCCMDS} == "yes"
9 .if ${MKPIC} != "no" || ${MACHINE_ARCH} == "earm"
10 SUBDIR+= libgcc_eh
11 .endif
13 SUBDIR+= libgcc_s
15 .else
16 .if ${MKPIC} != "no"
17 SUBDIR+= libgcc_eh libgcc_s
18 .endif
20 SUBDIR+= libgcov
21 .endif # defined(__MINIX) && ${MKGCCCMDS} == "yes"
23 .include <bsd.subdir.mk>