diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1995-10-11 00:04:09 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1995-10-11 00:04:09 +0000 |
| commit | 9d01cc32c61ee250e9caf934a37f06c041041022 (patch) | |
| tree | fc029f9aa4666b44df69ba7b0cdecfaba0979b1a /secure/lib | |
| parent | d39fe2ffafb63f928c5509629bfcf403087b5c92 (diff) | |
Notes
Diffstat (limited to 'secure/lib')
| -rw-r--r-- | secure/lib/libtelnet/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile index 829a87a3e9de..013f3be1c9bc 100644 --- a/secure/lib/libtelnet/Makefile +++ b/secure/lib/libtelnet/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $Id: Makefile,v 1.9 1995/08/05 19:10:17 ache Exp $ +# $Id: Makefile,v 1.10 1995/09/14 21:29:05 gibbs Exp $ LIB= telnet SRCS= auth.c encrypt.c genget.c getent.c misc.c @@ -11,7 +11,6 @@ CFLAGS+= -DHAS_CGETENT CFLAGS+= -DENCRYPTION -DAUTHENTICATION -.ifdef MAKE_EBONES .if exists(/usr/lib/libkrb.a) CFLAGS+= -DKRB4 -I/usr/include/kerberosIV -DDES_ENCRYPTION # KRB4_ENCPWD not yet defined @@ -21,7 +20,6 @@ SRCS+= kerberos.c #SRCS+= krb4encpwd.c LDADD+= -ldes -lkrb .endif -.endif .if exists(/usr/lib/libkrb5.a) CFLAGS+= -DKRB5 -DFORWARD -DDES_ENCRYPTION |
