Making all in util
gcc2  -I../include  -target sun4 -c  buffer.c
gcc2  -I../include  -target sun4 -c  host.c
gcc2  -I../include  -target sun4 -c  log.c
gcc2  -I../include  -target sun4 -c  strdup.c
gcc2  -I../include  -target sun4 -c  system.c
gcc2  -I../include  -target sun4 -c  strerror.c
gcc2  -I../include  -target sun4 -c  string.c
gcc2  -I../include  -target sun4 -c  xmalloc.c
ar r libutil.a buffer.o host.o log.o strdup.o system.o strerror.o  string.o xmalloc.o
ar: creating libutil.a
ranlib libutil.a
cp libutil.a ../lib/libutil.a
ranlib ../lib/libutil.a
Making all in template
gcc2  -I../include  -target sun4 -c  template.c
ar r libtemplate.a template.o
ar: creating libtemplate.a
ranlib libtemplate.a
cp libtemplate.a ../lib/libtemplate.a
ranlib ../lib/libtemplate.a
