summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-11-21 02:11:16 +0000
committerjdp <jdp@FreeBSD.org>1998-11-21 02:11:16 +0000
commit7e9c3df2e65c74915f8c8916e13fd46a4375e52d (patch)
tree19658224f5fe26fb5c564364fa1489dea08afc5b /libexec
parentd9b9d0f8c031238d654000de3093c5b208fa77b7 (diff)
downloadFreeBSD-src-7e9c3df2e65c74915f8c8916e13fd46a4375e52d.zip
FreeBSD-src-7e9c3df2e65c74915f8c8916e13fd46a4375e52d.tar.gz
Find "klogin.c" in "src/lib/libpam/modules/pam_kerberosIV" instead
of in "src/usr.bin/login". The latter instance is going away. As soon as ftpd is PAMized, it won't need to use klogin.c at all.
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 59cd2de..7995612 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 4/4/94
-# $Id: Makefile,v 1.23 1997/10/05 09:39:27 jkh Exp $
+# $Id: Makefile,v 1.24 1998/05/04 18:20:18 bde Exp $
PROG= ftpd
MAN8= ftpd.8
@@ -20,7 +20,7 @@ CFLAGS+=-DINTERNAL_LS -Dmain=ls_main -I${.CURDIR}/${LSDIR}
.endif
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
-.PATH: ${.CURDIR}/../../usr.bin/login
+.PATH: ${.CURDIR}/../../lib/libpam/modules/pam_kerberosIV
SRCS+= klogin.c
LDADD+= -lkrb -ldes
DPADD+= ${LIBKRB} ${LIBDES}
OpenPOWER on IntegriCloud