URI: 
       tmkfile - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tmkfile (489B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 LIB=libventi.a
            4 
            5 OFILES=\
            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         sha1.$O\
           28         srvhello.$O\
           29         strdup.$O\
           30         string.$O\
           31         time.$O\
           32         version.$O\
           33         zero.$O\
           34         zeroscore.$O\
           35 
           36 HFILES=\
           37         $PLAN9/include/venti.h\
           38 
           39 <$PLAN9/src/mksyslib
           40 
           41 send.$O: queue.h
           42 server.$O: queue.h
           43 queue.$O: queue.h
           44 
           45