tmkfile.what - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tmkfile.what (486B)
       ---
            1 all:V: $TARG
            2 
            3 %: $PLAN9/include/%
            4         cp $prereq $target
            5 
            6 %: $PLAN9/unix/man/%
            7         cat ../man/ex.man $prereq >$target
            8 
            9 %: $PLAN9/unix/make/%
           10         cp $prereq $target
           11 
           12 Makefile:D: $PLAN9/unix/make/Makefile.TOP $PLAN9/unix/make/Makefile.$WHAT $PLAN9/unix/make/Makefile.LIB $PLAN9/unix/make/Makefile.BOT
           13         cat $prereq >$target
           14         [ $WHAT = mk ] && cat $PLAN9/unix/make/Makefile.CMD >>$target
           15         exit 0
           16 
           17 README: $PLAN9/unix/README
           18         cp $prereq $target
           19 
           20 NOTICE: $PLAN9/unix/NOTICE.$WHAT
           21         cp $prereq $target
           22