mkfile (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