Fix typo - -des -> -ldes

This commit is contained in:
Mark Murray 1996-03-10 21:15:00 +00:00
parent 242e35141e
commit d825f2fad0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14462
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
# $Id: Makefile,v 1.11 1995/10/11 00:03:59 gibbs Exp $
# $Id: Makefile,v 1.12 1996/03/09 13:36:34 ache Exp $
LIB= telnet
SRCS= encrypt.c genget.c getent.c misc.c
@ -18,7 +18,7 @@ CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
SRCS+= auth.c kerberos.c enc_des.c
# KRB4_ENCPWD not yet defined
#SRCS+= krb4encpwd.c read_password.c
LDADD+= -des -lkrb
LDADD+= -ldes -lkrb
DPADD+= ${LIBDES} ${LIBKRB}
.endif

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
# $Id: Makefile,v 1.11 1995/10/11 00:03:59 gibbs Exp $
# $Id: Makefile,v 1.12 1996/03/09 13:36:34 ache Exp $
LIB= telnet
SRCS= encrypt.c genget.c getent.c misc.c
@ -18,7 +18,7 @@ CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
SRCS+= auth.c kerberos.c enc_des.c
# KRB4_ENCPWD not yet defined
#SRCS+= krb4encpwd.c read_password.c
LDADD+= -des -lkrb
LDADD+= -ldes -lkrb
DPADD+= ${LIBDES} ${LIBKRB}
.endif