diff options
author | markm <markm@FreeBSD.org> | 1998-08-29 20:23:14 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-08-29 20:23:14 +0000 |
commit | 60a089e6d74537fc14ed4af0e6e145504584380b (patch) | |
tree | 556e2a3bfe35d05a3f9a91421bca6b096573a3e6 /lib/libtelnet | |
parent | b881fdab9e04bab196b53426e60561d1a211c844 (diff) | |
download | FreeBSD-src-60a089e6d74537fc14ed4af0e6e145504584380b.zip FreeBSD-src-60a089e6d74537fc14ed4af0e6e145504584380b.tar.gz |
Stop making a shared library for libtelnet. This should have happened
a long time ago.
Diffstat (limited to 'lib/libtelnet')
-rw-r--r-- | lib/libtelnet/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index eff83a8..bdeb3d2 100644 --- a/lib/libtelnet/Makefile +++ b/lib/libtelnet/Makefile @@ -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> |