NetBSD/gnu/lib/Makefile

19 lines
340 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 1998/08/16 17:16:00 tv Exp $
# XXX Temporary for USE_EGCS
.include <bsd.own.mk>
1997-10-23 22:15:04 +04:00
SUBDIR+= libmalloc
.ifdef USE_EGCS
#SUBDIR+= libg2c libstdc++ - currently in flux
.else
1997-10-18 22:13:35 +04:00
SUBDIR+= libg++
.endif
# XXX Until our bintuils is upgraded
.if (${MACHINE_ARCH} != "powerpc")
1998-07-25 15:21:24 +04:00
SUBDIR+= bfd
.endif
1997-10-23 22:15:04 +04:00
.include <bsd.subdir.mk>