diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-23 02:50:53 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-23 02:50:53 +0000 |
commit | 4734ced91915c4967b6e4e3b53841ecda10954fd (patch) | |
tree | 3212d69d2c786f2b9f586887db735b584dc03010 /libexec | |
parent | d497a464cee4eb42110a471f5750a880ed238ab2 (diff) |
Update for heimdal-0.3f
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/telnetd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 1ed7e9e1344..5cc496aa004 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2001/06/22 16:14:55 hin Exp $ +# $OpenBSD: Makefile,v 1.12 2001/06/23 02:50:52 hin Exp $ # from: @(#)Makefile 8.2 (Berkeley) 12/15/93 # $NetBSD: Makefile,v 1.6 1996/02/24 01:22:12 jtk Exp $ @@ -16,12 +16,12 @@ MAN= telnetd.8 .if (${KERBEROS:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB4 -I${.CURDIR}/../../lib -LDADD+= -lkrb -ldes +LDADD+= -lkrb -lcrypto DPADD+= ${LIBDES} ${LIBKRB} .endif .if (${KERBEROS5:L} == "yes") -LDADD+= -lkrb5 -lasn1 -lcrypto +LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err .endif .include <bsd.prog.mk> |