Plan 9 from Bell Labs’s /usr/web/sources/contrib/rsc/load/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


</$objtype/mkfile

TARG=load loaddebug
BIN=/386

</sys/src/cmd/mkmany

cga.$O inflate.$O load.$O: load.h

$O.load: l.$O cga.$O inflate.$O load.$O
	$LD -o $target -H3 -R1 -T0x10000 $prereq

$O.loaddebug: l.$O cga.$O inflate.$O load.$O
	$LD -o $target^debug -R1 -T0x10000 $prereq

# testing
9load:D: $O.load
	cat $prereq 9pcload.gz >$target

9load.flp:D: 9load
	disk/format -b /386/pbs -df 9load.flp 9load


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.