diff options
Diffstat (limited to 'usr.bin/telnet/Makefile')
-rw-r--r-- | usr.bin/telnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index c5525b3..ee112ff 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -42,8 +42,8 @@ LDADD+= -lmp -lcrypto -lcrypt -lipsec ${MINUSLPAM} .if ${MK_KERBEROS_SUPPORT} != "no" CFLAGS+= -DKRB5 -DFORWARD -Dnet_write=telnet_net_write -DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN} -LDADD+= -lkrb5 -lasn1 -lcom_err -lroken +DPADD+= ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN} +LDADD+= -lkrb5 -lhx509 -lasn1 -lcom_err -lroken .endif .endif |