plan9port/src/cmd/vac/mkfile

31 lines
350 B
Text
Raw Normal View History

<$PLAN9/src/mkhdr
LIBFILES=\
error\
file\
pack\
glob\
2005-07-24 20:15:44 +00:00
LIB=${LIBFILES:%=%.$O} $PLAN9/lib/libventi.a
HFILES=\
$PLAN9/include/venti.h\
stdinc.h\
error.h\
vac.h\
dat.h\
fns.h\
2008-06-15 01:19:37 -04:00
TARG=vac vacfs unvac
default:V: all
<$PLAN9/src/mkmany
testglob:V: $O.testinc
$O.testinc exc <exc.in >exc.test
diff exc.out exc.test
ls -l exc.out exc.test