From 5bd836c1906dd3093a764605dcfb280dc1da2939 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 24 Jul 1995 22:55:59 +0000 Subject: Final cleanup pass through Makefiles, now this stuff autodetect kerberos/eBones and work even with eBones, but with reduced functionality (don't pick up des/krb stuff in this case) --- eBones/usr.bin/telnet/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'eBones/usr.bin/telnet') diff --git a/eBones/usr.bin/telnet/Makefile b/eBones/usr.bin/telnet/Makefile index 7e59c78..b03c006 100644 --- a/eBones/usr.bin/telnet/Makefile +++ b/eBones/usr.bin/telnet/Makefile @@ -47,20 +47,21 @@ LDADD+= -ltermcap -ltelnet #ifdef ENCRYPTION CFLAGS+=-DAUTHENTICATION -DENCRYPTION -LDADD+= -ldescrypt .ifdef MAKE_KERBEROS .if exists(/usr/lib/libkrb.a) CFLAGS+= -DKRB4 -LDADD+= -lkrb -ldes +LDADD+= -ldes -lkrb .endif .endif .if exists(/usr/lib/libkrb5.a) CFLAGS+= -DKRB5 -DFORWARD -LDADD+= -lkrb5 -ldes +LDADD+= -ldes -lkrb5 .endif +LDADD+= -ldescrypt + #endif /* ENCRYPTION */ DPADD= ${LIBTERMCAP} -- cgit v1.1