diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-06-09 23:15:09 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-06-09 23:15:09 +0000 |
commit | b6bb2a40935fa50f30b558f14a87c03b59328bfc (patch) | |
tree | dd2404fbc75d0a297886a4abdf6a7ffa255a8061 /sys/lib/dist/mkfile | |
parent | e30bd05a62c74ac9128b11b1c79b41db75ee35c1 (diff) |
move /lib/ndb to /sys/lib/dist/ndb
Diffstat (limited to 'sys/lib/dist/mkfile')
-rw-r--r-- | sys/lib/dist/mkfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/lib/dist/mkfile b/sys/lib/dist/mkfile index 254c5fa81..b1b33026f 100644 --- a/sys/lib/dist/mkfile +++ b/sys/lib/dist/mkfile @@ -1,14 +1,14 @@ proto=/n/src9/sys/lib/sysconfig/proto/cdproto -ini=pc/plan9.ini.cd iso=/tmp/9front.iso cd:V: $iso -%.iso: $proto $ini +%.iso: $proto @{rfork n bind usr /n/src9/usr + bind cfg /n/src9/cfg + bind ndb /n/src9/lib/ndb bind /n/src9 /n/src9/dist/plan9front - bind $ini /n/src9/cfg/plan9.ini disk/mk9660 -c9j -B 386/9bootiso -p $proto -s /n/src9 -v 'Plan 9 Front' $target } |