summaryrefslogtreecommitdiffstats
path: root/libexec/rshd
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-06 20:18:44 +0000
committermarkm <markm@FreeBSD.org>1999-09-06 20:18:44 +0000
commitb449d99ed794478ef1ab3beec763d7811479c3ed (patch)
treef5b72243ad4ba71472ebc68d41df91452b994f38 /libexec/rshd
parent05fb6e762f4cafe2c29220b4351a0899670edb07 (diff)
downloadFreeBSD-src-b449d99ed794478ef1ab3beec763d7811479c3ed.zip
FreeBSD-src-b449d99ed794478ef1ab3beec763d7811479c3ed.tar.gz
Fix more Common Error brokenness.
Diffstat (limited to 'libexec/rshd')
-rw-r--r--libexec/rshd/Makefile4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud