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 (350B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 LIBFILES=\
            4         error\
            5         file\
            6         pack\
            7         glob\
            8 
            9 LIB=${LIBFILES:%=%.$O} $PLAN9/lib/libventi.a
           10 
           11 HFILES=\
           12         $PLAN9/include/venti.h\
           13         stdinc.h\
           14         error.h\
           15         vac.h\
           16         dat.h\
           17         fns.h\
           18 
           19 TARG=vac vacfs unvac
           20 
           21 default:V: all
           22 
           23 <$PLAN9/src/mkmany
           24 
           25 testglob:V: $O.testinc
           26         $O.testinc exc <exc.in >exc.test
           27         diff exc.out exc.test
           28         ls -l exc.out exc.test
           29 
           30