1</$objtype/mkfile 2 3LIB=/$objtype/lib/libventi.a 4 5OFILES=\ 6 cache.$O\ 7 client.$O\ 8 conn.$O\ 9 dial.$O\ 10 debug.$O\ 11 dtype.$O\ 12 entry.$O\ 13 fcall.$O\ 14 fcallfmt.$O\ 15 file.$O\ 16 hangup.$O\ 17 log.$O\ 18 mem.$O\ 19 packet.$O\ 20 parsescore.$O\ 21 queue.$O\ 22 root.$O\ 23 rpc.$O\ 24 scorefmt.$O\ 25 send.$O\ 26 server.$O\ 27 srvhello.$O\ 28 strdup.$O\ 29 string.$O\ 30 time.$O\ 31 version.$O\ 32 zero.$O\ 33 zeroscore.$O\ 34 35HFILES=\ 36 /sys/include/venti.h\ 37 38</sys/src/cmd/mksyslib 39 40send.$O: queue.h 41server.$O: queue.h 42queue.$O: queue.h 43 44CFLAGS=$CFLAGS -I. 45 46