summaryrefslogtreecommitdiff
path: root/sys/lib/dist/mkfile
blob: 11739fe5db56d6892e3ecd86e762ebc4a1b5c6c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
proto=/n/src9/sys/lib/sysconfig/proto/cdproto
iso=/tmp/9front.iso

cd:V:	$iso
	

%.iso:  $proto
	@{rfork n
	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
	}