Stop making a shared library for libtelnet. This should have happened

a long time ago.
This commit is contained in:
Mark Murray 1998-08-29 20:23:14 +00:00
parent e227fded3f
commit 2c6110f682
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38623

View File

@ -3,10 +3,8 @@
LIB= telnet
SRCS= genget.c getent.c misc.c
#SRCS+= auth.c encrypt.c
#SRCS+= kerberos.c enc_des.c
#SRCS+= kerberos5.c
CFLAGS+= -DHAS_CGETENT
NOPIC= true
.include <bsd.lib.mk>