aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2013-09-04 15:02:14 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2013-09-04 15:02:14 +0000
commitc354d333b2349f751e9e3424ea8f10097a302c39 (patch)
treee03fcf559b8a32d8612db20448f975cc79505bb8
parent5396f9ec5a9ff10862385887af5bf93c4bbc2b72 (diff)
Notes
-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 e29534841b0d..dbfbfc964219 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 d540ca29b3c0..567144aaed10 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}