Blob


1 <$PLAN9/src/mkhdr
3 OFILES=\
4 disk.$O\
5 proto.$O\
6 scsi.$O\
8 HFILES=$PLAN9/include/disk.h
9 LIB=libdisk.a
11 UPDATE=\
12 mkfile\
13 $HFILES\
14 ${OFILES:%.$O=%.c}\
16 <$PLAN9/src/mksyslib
18 $O.test: test.$O $LIB
19 $LD -o $target test.$O $LIB