diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-23 02:11:44 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-23 02:11:44 +0000 |
commit | a9c9779257011f84316d4a221805590d9ec95a15 (patch) | |
tree | 5532e5596245856d4a7dabb742bf7b986dab6123 | |
parent | f9755bf58e63d64294c2ae788f024d41b27e3f03 (diff) |
Update for heimdal-0.3f
-rw-r--r-- | usr.bin/telnet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index ef962a1cfb0..8bcc42aea81 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2001/06/22 16:14:57 hin Exp $ +# $OpenBSD: Makefile,v 1.13 2001/06/23 02:11:43 hin Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -48,13 +48,13 @@ SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \ .if (${KERBEROS:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB4 -LDADD+= -lkrb -ldes +LDADD+= -lkrb -lcrypto DPADD+= ${LIBDES} ${LIBKRB} .endif .if (${KERBEROS5:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 -LDADD+= -lkrb5 -lasn1 -lcrypto +LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err DPADD+= ${LIBKRB5} .endif |