summaryrefslogtreecommitdiffstats
path: root/kerberosIV/lib
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-08-03 16:03:26 +0000
committermarkm <markm@FreeBSD.org>2001-08-03 16:03:26 +0000
commit18d8718070b989bd990856066b78524de0c517d7 (patch)
tree94de6e2eac1019debf4189b09078eb1d168b203e /kerberosIV/lib
parent07a5285107df49947d1473ff86c0cddd6efceca2 (diff)
downloadFreeBSD-src-18d8718070b989bd990856066b78524de0c517d7.zip
FreeBSD-src-18d8718070b989bd990856066b78524de0c517d7.tar.gz
Revamp and diff-reduce the various secure telnets. Make sure that
Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes.
Diffstat (limited to 'kerberosIV/lib')
-rw-r--r--kerberosIV/lib/libtelnet/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/kerberosIV/lib/libtelnet/Makefile b/kerberosIV/lib/libtelnet/Makefile
index 35e936e..d1707ca 100644
--- a/kerberosIV/lib/libtelnet/Makefile
+++ b/kerberosIV/lib/libtelnet/Makefile
@@ -6,19 +6,20 @@ INTERNALLIB= yes
INTERNALSTATICLIB=yes
NOPIC= yes
-SRCS= genget.c getent.c misc.c encrypt.c auth.c kerberos.c \
- enc_des.c pk.c sra.c
+SRCS= genget.c getent.c misc.c encrypt.c auth.c \
+ enc_des.c sra.c pk.c
+SRCS+= kerberos.c
-CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
- -DKRB4 -DSRA -I${TELNETDIR} \
- -I${KRB4DIR}/lib/krb
+CFLAGS= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
+ -DSRA -I${TELNETDIR}
+CFLAGS+= -DKRB4 -I${KRB4DIR}/lib/krb
-INCS= ${TELNETDIR}/arpa/telnet.h
+INCS= ${TELNETDIR}/arpa/telnet.h
INCDIR= /usr/include/arpa
#
# Remove obsolete shared libraries, if any. We don't bother moving them
-# to/usr/lib/compat, since they were only used by telnet, telnetd and
+# to /usr/lib/compat, since they were only used by telnet, telnetd and
# tn3270.
#
beforeinstall:
OpenPOWER on IntegriCloud