diff options
author | ru <ru@FreeBSD.org> | 2004-01-17 01:24:13 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-01-17 01:24:13 +0000 |
commit | 4464142faed23dcf5d51698ed081bc61b151f27e (patch) | |
tree | f3e18771ac4614bc82a1eaac89bd94e0ad31f0fc | |
parent | 3e90922798b18f5f48cf18a71637ff86bdd8bd93 (diff) | |
download | FreeBSD-src-4464142faed23dcf5d51698ed081bc61b151f27e.zip FreeBSD-src-4464142faed23dcf5d51698ed081bc61b151f27e.tar.gz |
Create ${WORLDTMP}/legacy/usr/include/c++/3.3 for usr.bin/lex.
-rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 9c7ce7b..3a80f27 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -272,7 +272,7 @@ _worldtmp: rm -f ${OBJTREE}${.CURDIR}/usr.bin/truss/ioctl.c .endif .for _dir in \ - usr/bin usr/games usr/include/sys usr/lib \ + usr/bin usr/games usr/include/c++/3.3 usr/include/sys usr/lib \ usr/libexec usr/sbin usr/share/dict \ usr/share/groff_font/devX100 \ usr/share/groff_font/devX100-12 \ |