From 918093dd5066208fb1b176a2202effe2eddc7981 Mon Sep 17 00:00:00 2001 From: markm Date: Mon, 6 Sep 1999 06:32:02 +0000 Subject: Add common error lib for the Kerberos case. --- libexec/ftpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/ftpd') 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 -- cgit v1.1