diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-24 21:49:06 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-24 21:49:06 +0000 |
| commit | b6c080f6bc1dc55f0aa79af34bf3a5f587569b15 (patch) | |
| tree | 45994244a55e27d30f87edb0e48f8e362069be57 /eBones | |
| parent | e74d115547aab01bef8f87ee383c8981557d0d31 (diff) | |
Notes
Diffstat (limited to 'eBones')
| -rw-r--r-- | eBones/lib/libtelnet/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/eBones/lib/libtelnet/Makefile b/eBones/lib/libtelnet/Makefile index 837f4d410337..7ccd3e291e08 100644 --- a/eBones/lib/libtelnet/Makefile +++ b/eBones/lib/libtelnet/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $Id: Makefile,v 1.4 1995/07/24 21:10:47 ache Exp $ +# $Id: Makefile,v 1.5 1995/07/24 21:38:32 ache Exp $ # This stuff need original libdes to run (new_rnd_key.c module), # current eBones/des lib don't have it @@ -22,18 +22,16 @@ CFLAGS+= -DKRB4 -I/usr/include/kerberosIV SRCS+= kerberos.c # KRB4_ENCPWD not yet defined #SRCS+= krb4encpwd.c -LDADD+= -lkrb +LDADD+= -lkrb -ldes .endif .endif .if exists(/usr/lib/libkrb5.a) CFLAGS+= -DKRB5 -DFORWARD SRCS+= kerberos5.c forward.c -LDADD+= -lkrb5 +LDADD+= -lkrb5 -ldes .endif -LDADD+= -ldes - #endif /* ENCRYPTION */ # These are the sources that have encryption stuff in them. |
