4684ddb6aa
- import libcxx - reduce targets to the one when compiled as a tools Change-Id: Iabb8427f80ff8e89463559a28bcb8b4f2bdbc496
11 lines
260 B
Makefile
11 lines
260 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2013/04/27 23:02:21 joerg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIBCXXRT_SRCDIR:= ${.PARSEDIR}/dist/libcxxrt
|
|
LIBCXX_SRCDIR:= ${.PARSEDIR}/dist/libcxx
|
|
|
|
.if defined(__MINIX)
|
|
LDADD+= -lmthread
|
|
DPADD+= ${LIBMTHREAD}
|
|
.endif # defined(__MINIX)
|