Subject: domestic/usr.sbin/telnet To: current users <current-users@NetBSD.ORG> From: Paul Goyette <paul@pgoyette.bdt.com> List: current-users Date: 03/22/1996 19:04:01
It seems that telnet still isn't quite fixed yet. It compiles, but then
ld.so complains about _crypt being undefined when you try to execute it.
I've added
LDADD+= -lcrypt
to the Makefile, and that seems to have fixed it....