aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorAssar Westerlund <assar@FreeBSD.org>2001-03-23 19:38:21 +0000
committerAssar Westerlund <assar@FreeBSD.org>2001-03-23 19:38:21 +0000
commit0dc115d93993a8be1fe78bd9d72a74f8c2b74a6a (patch)
tree3a76957f2ad65e25419259dc41a8d49b7597ef69 /secure/lib
parent6d4aa00ac172cbfc93b79caa1e336fc052278560 (diff)
Notes
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libtelnet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile
index 33e1ee5ad8c5..17cab4f382df 100644
--- a/secure/lib/libtelnet/Makefile
+++ b/secure/lib/libtelnet/Makefile
@@ -3,10 +3,10 @@
LIB= telnet
SRCS= genget.c getent.c misc.c encrypt.c auth.c \
- enc_des.c sra.c pk.c
+ enc_des.c pk.c
CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
- -DSRA -I${TELNETDIR} \
+ -I${TELNETDIR} \
NOPIC= yes