summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/mtree/BSD.include.dist2
-rw-r--r--lib/libc++/Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
index e295348..dbfbfc9 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -83,6 +83,8 @@
v1
ext
..
+ tr1
+ ..
..
..
cam
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile
index d540ca2..567144a 100644
--- a/lib/libc++/Makefile
+++ b/lib/libc++/Makefile
@@ -165,6 +165,7 @@ RT_HEADERS= cxxabi.h\
.for hdr in ${STD_HEADERS}
STD+= ${HDRDIR}/${hdr}
+INCSLINKS+= ${CXXINCLUDEDIR}/${hdr} ${CXXINCLUDEDIR}/tr1/${hdr}
.endfor
.for hdr in ${RT_HEADERS}
STD+= ${LIBCXXRTDIR}/${hdr}
OpenPOWER on IntegriCloud