diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-16 08:58:02 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-16 08:58:02 +0000 |
| commit | c5dfaf05b1ad21abf2bda2db38301198e65c8e18 (patch) | |
| tree | a5fd274c1742cc1b53e06832aef7045a0b835b9d /release/picobsd/install | |
| parent | 8b873d926b54187e9f59249401a08079b114127c (diff) | |
Notes
Diffstat (limited to 'release/picobsd/install')
| -rw-r--r-- | release/picobsd/install/Makefile.mfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/install/Makefile.mfs b/release/picobsd/install/Makefile.mfs index ac567daefaca..145c9b6c0a91 100644 --- a/release/picobsd/install/Makefile.mfs +++ b/release/picobsd/install/Makefile.mfs @@ -12,7 +12,7 @@ MY_DEVS= std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 wd0s1h pty0 wd0 wd1 wd2 wd3 da0 da all: tree links files tree: - mtree -deU -f mfs.mtree -p ${DESTDIR} + mtree -deLU -f mfs.mtree -p ${DESTDIR} links: tree (cd ${DESTDIR}; \ |
