small changes for build

This commit is contained in:
rsc 2004-12-28 23:26:53 +00:00
parent 3ddda82110
commit 09dd30c9a0
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ LIBFILES=\
fs\
pack\
SHORTLIB=venti sec thread mux bio 9
SHORTLIB=venti sec mux thread bio 9
LIB=${LIBFILES:%=%.$O}
HFILES=\

View file

@ -115,6 +115,7 @@ threadmain(int argc, char *argv[])
char *host = nil;
int statsflag = 0;
threadlinklibrary();
atexit(cleanup);
ARGBEGIN{