diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-04-30 17:46:24 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-04-30 17:46:24 +0000 |
| commit | 59199aeb7e957c1cf3f9ae7ef8dade333f57351a (patch) | |
| tree | 26fd90cc48ef62be1633496a4c033d80b39cdac4 /secure | |
| parent | 0d22cdf04056b44e1f7f658bf38b91356899eded (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/usr.bin/ssh/Makefile | 1 | ||||
| -rw-r--r-- | secure/usr.sbin/sshd/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile index 2bbd56f5ce1e7..b87cdca08f591 100644 --- a/secure/usr.bin/ssh/Makefile +++ b/secure/usr.bin/ssh/Makefile @@ -11,7 +11,6 @@ SRCS= ssh.c authfd.c hostfile.c msg.c readconf.c clientloop.c sshtty.c \ sshconnect.c sshconnect1.c sshconnect2.c .if defined(MAKE_KERBEROS5) -DISTRIBUTION=krb5 CFLAGS+= -DKRB5 -DHEIMDAL LDADD+= -lkrb5 -lasn1 -lcom_err -lmd -L${.OBJDIR}/../../../kerberos5/lib/libroken -lroken -lcrypt DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD} ${LIBCRYPT} diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 23e8714aaa414..faa0c885dae26 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -17,7 +17,6 @@ MAN= sshd.8 sshd_config.5 CFLAGS+=-I${SSHDIR} .if defined(MAKE_KERBEROS5) -DISTRIBUTION=krb5 CFLAGS+= -DKRB5 -DHEIMDAL SRCS+= auth-krb5.c LDADD+= -lkrb5 -lasn1 -lcom_err -lmd -L${.OBJDIR}/../../../kerberos5/lib/libroken -lroken |
