]> git.lizzy.rs Git - plan9front.git/blob - sys/lib/dist/mkfile
move /lib/ndb to /sys/lib/dist/ndb
[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 usr /n/src9/usr
10         bind cfg /n/src9/cfg
11         bind ndb /n/src9/lib/ndb
12         bind /n/src9 /n/src9/dist/plan9front
13         disk/mk9660 -c9j -B 386/9bootiso -p $proto -s /n/src9 -v 'Plan 9 Front' $target
14         }