summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-06 06:32:02 +0000
committermarkm <markm@FreeBSD.org>1999-09-06 06:32:02 +0000
commit918093dd5066208fb1b176a2202effe2eddc7981 (patch)
tree664b60f34d998dbb3e8a52fcae4462f9919bfccb /libexec
parentd48dd79f4879afc202ba848de1d973b0a69a70a2 (diff)
downloadFreeBSD-src-918093dd5066208fb1b176a2202effe2eddc7981.zip
FreeBSD-src-918093dd5066208fb1b176a2202effe2eddc7981.tar.gz
Add common error lib for the Kerberos case.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index e239286..bd5453f 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -20,8 +20,8 @@ CFLAGS+=-DINTERNAL_LS -Dmain=ls_main -I${.CURDIR}/${LSDIR}
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
.PATH: ${.CURDIR}/../../lib/libpam/modules/pam_kerberosIV
SRCS+= klogin.c
-LDADD+= -lkrb -ldes
-DPADD+= ${LIBKRB} ${LIBDES}
+LDADD+= -lkrb -ldes -lcom_err
+DPADD+= ${LIBKRB} ${LIBDES} ${LIBCOM_ERR}
CFLAGS+=-DKERBEROS
DISTRIBUTION= krb
.endif
OpenPOWER on IntegriCloud