summaryrefslogtreecommitdiffstats
path: root/libexec
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
parent05fb6e762f4cafe2c29220b4351a0899670edb07 (diff)
downloadFreeBSD-src-b449d99ed794478ef1ab3beec763d7811479c3ed.zip
FreeBSD-src-b449d99ed794478ef1ab3beec763d7811479c3ed.tar.gz
Fix more Common Error brokenness.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rlogind/Makefile4
-rw-r--r--libexec/rshd/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
index a5deb98..ae34f30 100644
--- a/libexec/rlogind/Makefile
+++ b/libexec/rlogind/Makefile
@@ -15,8 +15,8 @@ CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H \
-I${.CURDIR}/../../crypto/kerberosIV/include \
-I${.CURDIR}/../../crypto/kerberosIV/lib/roken \
-I${.CURDIR}/../../crypto/kerberosIV/appl/bsd
-DPADD= ${LIBKRB} ${LIBDES} ${LIBCRYPT}
-LDADD+= -lkrb -ldes -lcrypt
+DPADD= ${LIBKRB} ${LIBDES} ${LIBCRYPT} ${LIBCOM_ERR)
+LDADD+= -lkrb -ldes -lcrypt -lcom_err
DISTRIBUTION= krb
.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
.endif
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