17 lines
374 B
Makefile
17 lines
374 B
Makefile
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/src9/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
|
|
}
|