summaryrefslogtreecommitdiffstats
path: root/libexec/rlogind
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/rlogind
parent05fb6e762f4cafe2c29220b4351a0899670edb07 (diff)
downloadFreeBSD-src-b449d99ed794478ef1ab3beec763d7811479c3ed.zip
FreeBSD-src-b449d99ed794478ef1ab3beec763d7811479c3ed.tar.gz
Fix more Common Error brokenness.
Diffstat (limited to 'libexec/rlogind')
-rw-r--r--libexec/rlogind/Makefile4
1 files changed, 2 insertions, 2 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
OpenPOWER on IntegriCloud