Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/libdisk/mkfile

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


</$objtype/mkfile

OFILES=\
	disk.$O\
	proto.$O\
	scsi.$O\

HFILES=/sys/include/disk.h
LIB=/$objtype/lib/libdisk.a

UPDATE=\
	mkfile\
	$HFILES\
	${OFILES:%.$O=%.c}\
	${LIB:/$objtype/%=/386/%}\

</sys/src/cmd/mksyslib

$O.test: test.$O $LIB
	$LD -o $target test.$O $LIB

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.