diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 10:23:08 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 10:23:08 +0000 |
commit | dd9e896da481d498f32b58d839efdf947b25a2ff (patch) | |
tree | 91c58e8382007a28f1b09df818943173a0840fe8 /lib/libtelnet/Makefile | |
parent | 1346fe2b7456f0c8948b24720f7afa4650704cd8 (diff) |
KerberosV stuff taken from Heimdal.
Diffstat (limited to 'lib/libtelnet/Makefile')
-rw-r--r-- | lib/libtelnet/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 125cb56e11b..dee29e822ff 100644 --- a/lib/libtelnet/Makefile +++ b/lib/libtelnet/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $OpenBSD: Makefile,v 1.4 2000/09/03 18:41:14 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2001/05/25 10:23:04 hin Exp $ # $NetBSD: Makefile,v 1.6 1996/02/24 01:15:15 jtk Exp $ LIB= telnet @@ -14,10 +14,9 @@ CFLAGS+= -DKRB4 -DAUTHENTICATION -DENCRYPTION -DDES_ENCRYPTION SRCS+= kerberos.c enc_des.c .endif -# XXX this has not been tested due to lack of kerberos5 to test with. .if (${KERBEROS5:L} == "yes") CFLAGS+= -DKRB5 -DAUTHENTICATION -DENCRYPTION -DDES_ENCRYPTION -SRCS+= kerberos5.c enc_des.c +SRCS+= kerberos5.c .endif .include <bsd.lib.mk> |