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 (167B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 LIB=libhtml.a
            4 
            5 OFILES=\
            6         build.$O\
            7         lex.$O\
            8         strinttab.$O\
            9         utils.$O\
           10         runetab.$O\
           11 
           12 HFILES=\
           13         $PLAN9/include/html.h\
           14         impl.h\
           15 
           16 <$PLAN9/src/mksyslib