aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-07-02 23:38:42 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-07-02 23:38:42 +0000
commit55c90a95a4d871fc521f9136d8977f722c6b40c9 (patch)
tree58c76140afac91dc9b48332bba7307ad3f218dcf /secure/usr.sbin
parent8792de80d229d1d0e4eb73a69358c18cb0c71f08 (diff)
downloadsrc-55c90a95a4d871fc521f9136d8977f722c6b40c9.tar.gz
src-55c90a95a4d871fc521f9136d8977f722c6b40c9.zip
Fixed "make checkdpadd".
OK'ed by: markm
Notes
Notes: svn path=/head/; revision=117181
Diffstat (limited to 'secure/usr.sbin')
-rw-r--r--secure/usr.sbin/sshd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index dc109247bbea..0f2bc2ac7d29 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -19,8 +19,8 @@ CFLAGS+=-I${SSHDIR}
.if !defined(NO_KERBEROS)
CFLAGS+= -DKRB5 -DHEIMDAL
SRCS+= auth-krb5.c
-LDADD+= -lkrb5 -lasn1 -lcom_err -lmd -L${.OBJDIR}/../../../kerberos5/lib/libroken -lroken
-DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD}
+LDADD+= -lkrb5 -lasn1 -lcom_err -lmd -lroken
+DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBMD} ${LIBROKEN}
.endif
LDADD+= -lopie -lmd