mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 13:39:25 -04:00
14 lines
197 B
Makefile
14 lines
197 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/09/23 03:39:30 mrg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR+= libgcc
|
|
|
|
.if ${MKPIC} != "no"
|
|
SUBDIR+= libgcc_eh libgcc_s
|
|
.endif
|
|
|
|
SUBDIR+= libgcov
|
|
|
|
.include <bsd.subdir.mk>
|