Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.

This commit is contained in:
Justin T. Gibbs 1995-09-14 21:29:21 +00:00
parent 9d6965ac06
commit 790136a438
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10741
4 changed files with 4 additions and 20 deletions

View File

@ -1,9 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 12/15/93
# 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
# Do not define -DKLUDGELINEMODE, as it does not interact well with many
# telnet implementations.
@ -23,7 +19,7 @@ CFLAGS+=-I${.CURDIR}/../../lib
CFLAGS+=-DAUTHENTICATION -DENCRYPTION
.ifdef MAKE_KERBEROS
.ifdef MAKE_EBONES
.if exists(/usr/lib/libkrb.a)
LDADD+= -ldes -lkrb
.endif

View File

@ -33,10 +33,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
#
# 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
PROG= telnet
CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO
@ -48,7 +44,7 @@ LDADD+= -ltermcap -ltelnet
CFLAGS+=-DAUTHENTICATION -DENCRYPTION
.ifdef MAKE_KERBEROS
.ifdef MAKE_EBONES
.if exists(/usr/lib/libkrb.a)
CFLAGS+= -DKRB4
LDADD+= -ldes -lkrb

View File

@ -1,9 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 12/15/93
# 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
# Do not define -DKLUDGELINEMODE, as it does not interact well with many
# telnet implementations.
@ -23,7 +19,7 @@ CFLAGS+=-I${.CURDIR}/../../lib
CFLAGS+=-DAUTHENTICATION -DENCRYPTION
.ifdef MAKE_KERBEROS
.ifdef MAKE_EBONES
.if exists(/usr/lib/libkrb.a)
LDADD+= -ldes -lkrb
.endif

View File

@ -33,10 +33,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
#
# 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
PROG= telnet
CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO
@ -48,7 +44,7 @@ LDADD+= -ltermcap -ltelnet
CFLAGS+=-DAUTHENTICATION -DENCRYPTION
.ifdef MAKE_KERBEROS
.ifdef MAKE_EBONES
.if exists(/usr/lib/libkrb.a)
CFLAGS+= -DKRB4
LDADD+= -ldes -lkrb