Blob


1 <$PLAN9/src/mkhdr
3 OFILES=\
4 disk.$O\
5 proto.$O\
7 HFILES=$PLAN9/include/disk.h
8 LIB=libdisk.a
10 <$PLAN9/src/mksyslib
12 $O.test: test.$O $LIB
13 $LD -o $target test.$O $LIB