summaryrefslogtreecommitdiff
path: root/sys/lib/dist/mkfile
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2012-02-11 16:48:54 -0600
committerstanley lieber <stanley.lieber@gmail.com>2012-02-11 16:48:54 -0600
commit9e1fcf4e53ecf67f62be0401adc7406d6f723ca7 (patch)
tree69974edf234d75edfa8e4646e9177408855fa697 /sys/lib/dist/mkfile
parent5c139e628cf04a5766d531de5b7643fdf883fd5f (diff)
add /sys/lib/dist/mail
Diffstat (limited to 'sys/lib/dist/mkfile')
-rw-r--r--sys/lib/dist/mkfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/dist/mkfile b/sys/lib/dist/mkfile
index 59629f157..11739fe5d 100644
--- a/sys/lib/dist/mkfile
+++ b/sys/lib/dist/mkfile
@@ -6,10 +6,11 @@ cd:V: $iso
%.iso: $proto
@{rfork n
- bind usr /n/src9/usr
bind cfg /n/src9/cfg
+ bind mail/lib /n/src/9/mail/lib
bind ndb /n/src9/lib/ndb
bind -a adm/timezone /n/src9/adm/timezone
+ bind usr /n/src9/usr
bind /n/src9 /n/src9/dist/plan9front
disk/mk9660 -c9j -B 386/9bootiso -p $proto -s /n/src9 -v 'Plan 9 Front' $target
}