summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-28 19:25:34 +0000
committermarkm <markm@FreeBSD.org>2000-02-28 19:25:34 +0000
commitb401a071dd1a505c31e71c29311572a0ae6c2118 (patch)
tree7de1709e711b413aefd92b39ab583e716458e462 /secure/usr.sbin
parent3750b037a18d25fb81227e78f96e002f143d3c68 (diff)
downloadFreeBSD-src-b401a071dd1a505c31e71c29311572a0ae6c2118.zip
FreeBSD-src-b401a071dd1a505c31e71c29311572a0ae6c2118.tar.gz
New distribution names.
Diffstat (limited to 'secure/usr.sbin')
-rw-r--r--secure/usr.sbin/sshd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index a0e4fac..47f1349 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -19,6 +19,7 @@ CFLAGS= -DLIBWRAP
.if defined(MAKE_KERBEROS4) && \
((${MAKE_KERBEROS4} == "yes") || (${MAKE_KERBEROS4} == "YES"))
+DISTRIBUTION=krb4
CFLAGS+= -DKRB4
SRCS+= auth-krb4.c
LDADD+= -lkrb -lcom_err
@@ -27,10 +28,11 @@ DPADD+= ${LIBKRB} ${LIBCOM_ERR}
.if defined(MAKE_KERBEROS5) && \
((${MAKE_KERBEROS5} == "yes") || (${MAKE_KERBEROS5} == "YES"))
+DISTRIBUTION=krb5
CFLAGS+= -DKRB5
SRCS+= auth-krb5.c
-LDADD+= -lkrb5 -lcom_err
-DPADD+= ${LIBKRB5} ${LIBCOM_ERR}
+LDADD+= -lkrb5 -lkafs -lasn1 -lcom_err -lmd -L${.OBJDIR}/../../../kerberos5/lib/libroken -lroken
+DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBKAFS} ${LIBASN1} ${LIBMD}
.endif # MAKE_KERBEROS5
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud