summaryrefslogtreecommitdiffstats
path: root/libexec/telnetd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/telnetd/Makefile')
-rw-r--r--libexec/telnetd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 9a4adca..3ad8a4e 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -41,8 +41,8 @@ LDADD+= -lmp -lcrypto -lcrypt ${MINUSLPAM}
.if ${MK_KERBEROS_SUPPORT} != "no"
CFLAGS+= -DKRB5 -DFORWARD -Dnet_write=telnet_net_write
-DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBROKEN} ${LIBCOM_ERR}
-LDADD+= -lkrb5 -lasn1 -lroken -lcom_err
+DPADD+= ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBROKEN} ${LIBCOM_ERR}
+LDADD+= -lkrb5 -lhx509 -lasn1 -lroken -lcom_err
.endif
.endif
OpenPOWER on IntegriCloud