2015-10-15 10:25:28 +02:00

14 lines
197 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/03/01 10:00:33 mrg Exp $
.include <bsd.own.mk>
SUBDIR+= libgcc
.if ${MKPIC} != "no"
SUBDIR+= libgcc_eh libgcc_s
.endif
SUBDIR+= libgcov
.include <bsd.subdir.mk>