mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-19 02:50:34 -04:00
14 lines
198 B
Makefile
14 lines
198 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/08/22 00:16:54 matt Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR+= libgcc
|
|
|
|
.if ${MKPIC} != "no"
|
|
SUBDIR+= libgcc_eh libgcc_s
|
|
.endif
|
|
|
|
SUBDIR+= libgcov
|
|
|
|
.include <bsd.subdir.mk>
|