]> git.lizzy.rs Git - plan9front.git/blob - sys/lib/dist/mkfile
cdproto: add spim
[plan9front.git] / sys / lib / dist / mkfile
1 proto=/n/src9/sys/lib/sysconfig/proto/cdproto
2 iso=/tmp/9front.iso
3
4 cd:V:   $iso
5         
6
7 %.iso:  $proto
8         @{rfork n
9         bind cfg /n/src9/cfg
10         bind mail/lib /n/src9/mail/lib
11         bind ndb /n/src9/lib/ndb
12         bind -a adm/timezone /n/src9/adm/timezone
13         bind usr /n/src9/usr
14         bind /n/src9 /n/src9/dist/plan9front
15         disk/mk9660 -c9j -B 386/9bootiso -E 386/efiboot.fat -p $proto -s /n/src9 -v 'Plan 9 Front' $target
16         }