aboutsummaryrefslogtreecommitdiff
path: root/libexec/rshd/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-09-06 20:18:44 +0000
committerMark Murray <markm@FreeBSD.org>1999-09-06 20:18:44 +0000
commitb2b9ed48331addd7a79540ecc9d2f57290b0b308 (patch)
tree2f684d36a4a82a33fcddab4a656d39375d6cb913 /libexec/rshd/Makefile
parent3bbeaf7f43c64e28ac4186e0156bf279833f3e64 (diff)
downloadsrc-b2b9ed48331addd7a79540ecc9d2f57290b0b308.tar.gz
src-b2b9ed48331addd7a79540ecc9d2f57290b0b308.zip
Fix more Common Error brokenness.
Notes
Notes: svn path=/head/; revision=51036
Diffstat (limited to 'libexec/rshd/Makefile')
-rw-r--r--libexec/rshd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile
index fece4b80a2e1..cf3acf3e2436 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