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 (283B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 LIB=libflate.a
            4 OFILES=\
            5         deflate.$O\
            6         deflatezlib.$O\
            7         deflateblock.$O\
            8         deflatezlibblock.$O\
            9         inflate.$O\
           10         inflatezlib.$O\
           11         inflateblock.$O\
           12         inflatezlibblock.$O\
           13         flateerr.$O\
           14         crc.$O\
           15         adler.$O\
           16 
           17 HFILES=\
           18         $PLAN9/include/flate.h\
           19         zlib.h\
           20 
           21 <$PLAN9/src/mksyslib