diff options
author | markm <markm@FreeBSD.org> | 1999-09-06 06:32:02 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-09-06 06:32:02 +0000 |
commit | 918093dd5066208fb1b176a2202effe2eddc7981 (patch) | |
tree | 664b60f34d998dbb3e8a52fcae4462f9919bfccb /libexec | |
parent | d48dd79f4879afc202ba848de1d973b0a69a70a2 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 |