mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
14 lines
197 B
Makefile
14 lines
197 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/06/21 06:02:25 mrg Exp $
|
|
|
|
SUBDIR+= libgcc
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKPIC} != "no"
|
|
SUBDIR+= libgcc_eh libgcc_s
|
|
.endif
|
|
|
|
SUBDIR+= libgcov
|
|
|
|
.include <bsd.subdir.mk>
|