Blob


1 <$PLAN9/src/mkhdr
3 LIBFILES=\
4 error\
5 file\
6 pack\
7 glob\
9 LIB=${LIBFILES:%=%.$O} $PLAN9/lib/libventi.a
11 HFILES=\
12 $PLAN9/include/venti.h\
13 stdinc.h\
14 error.h\
15 vac.h\
16 dat.h\
17 fns.h\
19 TARG=vac vacfs unvac
21 default:V: all
23 <$PLAN9/src/mkmany
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