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.
11 lines
288 B
Makefile
11 lines
288 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/04/18 19:22:03 christos Exp $
|
|
|
|
# crtstuff is built out of elsewhere, or not at all
|
|
.if defined(__MINIX)
|
|
SUBDIR+= libgcc
|
|
.else
|
|
SUBDIR+= libgcc libiberty libobjc libsupc++ libstdc++-v3 libgomp
|
|
SUBDIR+= libmudflap libmudflapth
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|