Look for kzhead.o and kztail.o in /usr/lib/aout.

This commit is contained in:
John Hay 1998-06-01 18:34:19 +00:00
parent c6bf2e4947
commit a39b117f80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36574

View File

@ -13,7 +13,7 @@
#ifndef lint
static const char rcsid[] =
"$Id$";
"$Id: kzip.c,v 1.10 1997/07/18 06:40:46 charnier Exp $";
#endif /* not lint */
#include <err.h>
@ -200,9 +200,9 @@ main(int argc, char **argv)
base,
"-o",
out,
"/usr/lib/kzhead.o",
"/usr/lib/aout/kzhead.o",
obj,
"/usr/lib/kztail.o",
"/usr/lib/aout/kztail.o",
0);
exit(2);
}