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 (249B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 TARG=aliasmail
            4 
            5 OFILES=aliasmail.$O\
            6 
            7 LIB=../common/libcommon.a\
            8 
            9 HFILES=../common/common.h\
           10          ../common/sys.h\
           11 
           12 
           13 BIN=$PLAN9/bin/upas
           14 
           15 UPDATE=\
           16         mkfile\
           17         $HFILES\
           18         ${OFILES:%.$O=%.c}\
           19 
           20 <$PLAN9/src/mkone
           21 CFLAGS=$CFLAGS -I../common