summaryrefslogtreecommitdiffstats
path: root/src/cmd/vac/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-24 20:15:44 +0000
committerrsc <devnull@localhost>2005-07-24 20:15:44 +0000
commit23fb2edb22703ad10aae02295e654b3de68617c5 (patch)
tree68033bae1131e4028eb4a78d4cc028bd2c77839d /src/cmd/vac/mkfile
parent7ba8aa0c7083415ad69c2f8e591425f3c6ebf952 (diff)
downloadplan9port-23fb2edb22703ad10aae02295e654b3de68617c5.tar.gz
plan9port-23fb2edb22703ad10aae02295e654b3de68617c5.zip
venti updates
Diffstat (limited to 'src/cmd/vac/mkfile')
-rw-r--r--src/cmd/vac/mkfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/vac/mkfile b/src/cmd/vac/mkfile
index dfc0e1a5..1f8d9995 100644
--- a/src/cmd/vac/mkfile
+++ b/src/cmd/vac/mkfile
@@ -6,7 +6,7 @@ LIBFILES=\
fs\
pack\
-LIB=${LIBFILES:%=%.$O}
+LIB=${LIBFILES:%=%.$O} $PLAN9/lib/libventi.a
HFILES=\
$PLAN9/include/venti.h\