summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 38b0662..55b55ba 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -50,6 +50,12 @@ SUBDIR_ORDERED= ${_csu} \
libutil \
${_libypclnt}
+.if ${MK_LIBCPLUSPLUS} != "no"
+SUBDIR_ORDERED+=libcxxrt\
+ libc++
+.endif
+
+
SUBDIR= ${SUBDIR_ORDERED} \
libalias \
libarchive \
OpenPOWER on IntegriCloud