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 (394B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 TARG=factotum
            4 PROTO=\
            5         apop.$O\
            6         chap.$O\
            7         dsa.$O\
            8         httpdigest.$O\
            9         p9any.$O\
           10         p9cr.$O\
           11         p9sk1.$O\
           12         pass.$O\
           13         rsa.$O\
           14         wep.$O\
           15 
           16 OFILES=\
           17         $PROTO\
           18         attr.$O\
           19         confirm.$O\
           20         conv.$O\
           21         ctl.$O\
           22         fs.$O\
           23         key.$O\
           24         log.$O\
           25         main.$O\
           26         plan9.$O\
           27         pkcs1.$O\
           28         proto.$O\
           29         rpc.$O\
           30         secstore.$O\
           31         util.$O\
           32         xio.$O\
           33 
           34 HFILES=dat.h
           35 
           36 <$PLAN9/src/mkone
           37 
           38 $O.test: test.$O
           39         $LD -o $target $prereq
           40