diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-07 00:01:33 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-07 00:01:33 +0000 |
| commit | c0006b49db10c7702b0bf9e7fa8d7f7cd9009ba6 (patch) | |
| tree | bdbb91b579bae6d529e2eaa28a682770e6178b98 | |
| parent | 5675749e1a3ed3f4fa4f7b356adfa4f7d95fd22d (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index ed2c0408f292..4edb3e7e8df3 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -281,7 +281,7 @@ _worldtmp: mkdir -p ${WORLDTMP}/usr/include/${_dir} .endfor ln -sf ${.CURDIR}/sys ${WORLDTMP} -.for _dir in lib include include/sys +.for _dir in lib include/sys mkdir -p ${WORLDTMP}/legacy/usr/${_dir} .endfor _legacy: |
