aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>2000-03-03 20:34:05 +0000
committerJohn Hay <jhay@FreeBSD.org>2000-03-03 20:34:05 +0000
commitaa77fdaa473a4ef8ca04f5e79bb7f1dd843164b3 (patch)
tree6701986af6246150bd5ed675bc08a5409994426b /secure/usr.sbin
parent8b80a8837bad81d6f0b1b542898dbcafeee9a6ce (diff)
Notes
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 47f1349166a7b..8ac914d68f10d 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -31,8 +31,8 @@ DPADD+= ${LIBKRB} ${LIBCOM_ERR}
DISTRIBUTION=krb5
CFLAGS+= -DKRB5
SRCS+= auth-krb5.c
-LDADD+= -lkrb5 -lkafs -lasn1 -lcom_err -lmd -L${.OBJDIR}/../../../kerberos5/lib/libroken -lroken
-DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBKAFS} ${LIBASN1} ${LIBMD}
+LDADD+= -lkrb5 -lasn1 -lcom_err -lmd -L${.OBJDIR}/../../../kerberos5/lib/libroken -lroken
+DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD}
.endif # MAKE_KERBEROS5
.include <bsd.prog.mk>