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 (324B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 <../config
            4 
            5 COMMONDIR=../common
            6 
            7 TARG=text2post
            8 
            9 OFILES=text2post.$O\
           10 
           11 HFILES=$COMMONDIR/comments.h\
           12         $COMMONDIR/path.h\
           13 
           14 BIN=$POSTBIN
           15 <$PLAN9/src/mkone
           16 
           17 CFLAGS=-c -D'PROGRAMVERSION="0.1"' -D'DOROUND=1' -I$COMMONDIR
           18 
           19 install:V:        $POSTLIB/pjw.char.ps
           20 
           21 $POSTLIB/pjw.char.ps:        pjw.char.ps
           22         cp $prereq $target
           23