From c8976315a3648e10b259958e291b475959c35ba6 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 2 Jul 2003 23:38:42 +0000 Subject: Fixed "make checkdpadd". OK'ed by: markm --- secure/usr.sbin/sshd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure/usr.sbin') diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index dc10924..0f2bc2a 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 -- cgit v1.1