From b449d99ed794478ef1ab3beec763d7811479c3ed Mon Sep 17 00:00:00 2001 From: markm Date: Mon, 6 Sep 1999 20:18:44 +0000 Subject: Fix more Common Error brokenness. --- libexec/rshd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/rshd/Makefile') diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index fece4b8..cf3acf3 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -7,8 +7,8 @@ MAN8= rshd.8 .if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) CFLAGS+=-DKERBEROS -DCRYPT -DPADD= ${LIBKRB} ${LIBDES} ${LIBCRYPT} -LDADD= -lkrb -ldes -lcrypt +DPADD= ${LIBKRB} ${LIBDES} ${LIBCRYPT} ${LIBCOM_ERR} +LDADD= -lkrb -ldes -lcrypt -lcom_err DISTRIBUTION= krb .endif -- cgit v1.1