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 (343B)
       ---
            1 
            2 RCFILES=mail.rc\
            3 
            4 all:Q:
            5         #
            6 
            7 installall:Q:        install
            8         #
            9 
           10 install safeinstall safeinstallall:V:
           11         cp mail.rc $PLAN9/bin/mail
           12 
           13 clean:Q:
           14         #
           15 
           16 nuke:V:
           17         rm $PLAN9/bin/mail
           18 
           19 UPDATE=\
           20         gone.fishing\
           21         gone.msg\
           22         mail.c\
           23         mail.rc\
           24         mail.sh\
           25         makefile\
           26         mkfile\
           27         namefiles\
           28         omail.rc\
           29         qmail\
           30         remotemail\
           31         rewrite\
           32 
           33 update:V:
           34         update $UPDATEFLAGS $UPDATE