summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd/Makefile
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2003-08-22 13:22:28 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2003-08-22 13:22:28 +0000
commitb656a7f710888a24d5a9c4b9e67fc6247a701202 (patch)
tree9c760bc6fd305e9bed7f992929a6fd1951167afd /usr.bin/ssh/sshd/Makefile
parentb1c7e4abb19963bd133795ce25ac05febc347139 (diff)
nuke "kerberos-2@ssh.com"
Diffstat (limited to 'usr.bin/ssh/sshd/Makefile')
-rw-r--r--usr.bin/ssh/sshd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile
index 8775f8ee022..10fa98d15cc 100644
--- a/usr.bin/ssh/sshd/Makefile
+++ b/usr.bin/ssh/sshd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.59 2003/08/22 10:56:09 markus Exp $
+# $OpenBSD: Makefile,v 1.60 2003/08/22 13:22:27 markus Exp $
.PATH: ${.CURDIR}/..
@@ -22,7 +22,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
.if (${KERBEROS5:L} == "yes")
CFLAGS+=-DKRB5 -I${DESTDIR}/usr/include/kerberosV
-SRCS+= auth-krb5.c auth2-krb5.c
+SRCS+= auth-krb5.c
LDADD+= -lkrb5
DPADD+= ${LIBKRB5}