Subject: userland make build
To: None <port-pmax@NetBSD.ORG>
From: Terry R. Friedrichsen <terry@venus.sunquest.com>
List: port-pmax
Date: 09/05/1997 15:47:56
Recall that the project is to do a userland "make build" immediately
after installing the binary snapshot.

"make build" blows up in src/domestic/lib/libtelnet because it can't
find libkrb and libdes.  The libraries are deliberately not in the
snapshot.

One solution is to make those two libraries and install them prior to
the "make build".  Another alternative would be to do the link against
../libkrb and ../libdes instead of -lkrb -ldes

Terry R. Friedrichsen

terry@venus.sunquest.com