aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-09-06 06:32:02 +0000
committerMark Murray <markm@FreeBSD.org>1999-09-06 06:32:02 +0000
commit9891baa632de33f50420058bab6c1239ffbf1672 (patch)
tree504f50c05a132a4c12013b72b44af1635bb244ab /libexec/ftpd
parenta2771f581faf63150d6b84848002330d4a18f34c (diff)
Notes
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index e239286200b6..bd5453f9976f 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