From 96d8cee5234397e0210acbd78e32115213bf0b1f Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 24 Jul 1995 21:38:32 +0000 Subject: Since this stuff not works with eBones, ifdef kerberos stuff with MAKE_KERBEROS to allow other things to live Submitted by: Obtained from: --- eBones/lib/libtelnet/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eBones') diff --git a/eBones/lib/libtelnet/Makefile b/eBones/lib/libtelnet/Makefile index 289de7b..837f4d4 100644 --- a/eBones/lib/libtelnet/Makefile +++ b/eBones/lib/libtelnet/Makefile @@ -1,8 +1,9 @@ # From: @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $Id: Makefile,v 1.3 1995/07/24 20:29:12 ache Exp $ +# $Id: Makefile,v 1.4 1995/07/24 21:10:47 ache Exp $ # This stuff need original libdes to run (new_rnd_key.c module), # current eBones/des lib don't have it +# Kerberos4 stuff ifdefed by MAKE_KERBEROS (make.conf) because of it LIB= telnet SRCS= auth.c encrypt.c genget.c getent.c misc.c @@ -13,6 +14,7 @@ CFLAGS+= -DHAS_CGETENT #ifdef ENCRYPTION CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DDES_ENCRYPTION +.ifdef MAKE_KERBEROS .if exists(/usr/lib/libkrb.a) CFLAGS+= -DKRB4 -I/usr/include/kerberosIV # KRB4_ENCPWD not yet defined @@ -22,6 +24,7 @@ SRCS+= kerberos.c #SRCS+= krb4encpwd.c LDADD+= -lkrb .endif +.endif .if exists(/usr/lib/libkrb5.a) CFLAGS+= -DKRB5 -DFORWARD -- cgit v1.1