d19d7d58aa
upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC Makefiles updates to imporve portability Made sure to be consistent in the usage of braces/parenthesis at least on a per file basis. For variables, it is recommended to continue to use braces.
15 lines
246 B
Makefile
15 lines
246 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/06/21 06:02:25 mrg Exp $
|
|
|
|
SUBDIR+= libgcc
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if !defined(__MINIX)
|
|
.if ${MKPIC} != "no"
|
|
SUBDIR+= libgcc_eh libgcc_s
|
|
.endif
|
|
|
|
SUBDIR+= libgcov
|
|
.endif # !defined(__MINIX)
|
|
|
|
.include <bsd.subdir.mk>
|