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 (380B)
       ---
            1 </$objtype/mkfile
            2 
            3 <../config
            4 
            5 POSTBIN=/rc/bin
            6 
            7 all:V:        printfont
            8 
            9 install installall:V:        $POSTBIN/printfont $POSTLIB/printfont.ps
           10 
           11 clean nuke:V:
           12         rm -f printfont
           13 
           14 $POSTBIN/printfont:        printfont
           15         cp $prereq $target
           16 
           17 $POSTLIB/printfont.ps:        printfont.ps
           18         cp $prereq $target
           19 
           20 printfont:        printfont.rc
           21         sed 's?^POSTLIB=.*?POSTLIB='$POSTLIB'?' printfont.rc >printfont
           22         chmod 775 printfont