1
0
Fork 0
mirror of https://github.com/9fans/plan9port.git synced 2025-01-27 11:52:03 +00:00
plan9port/src/cmd/vac/mkfile

26 lines
302 B
Text
Raw Normal View History

<$PLAN9/src/mkhdr
LIBFILES=\
error\
file\
fs\
pack\
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\
2005-01-16 21:15:30 +00:00
TARG=vac vacfs # vtdump
default:V: all
test:V: $O.srcload $O.wtest $O.rtest $O.vtdump $O.vtread
<$PLAN9/src/mkmany