summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/libssh
diff options
context:
space:
mode:
authorassar <assar@NetBSD.org>2001-03-04 00:41:27 +0000
committerassar <assar@NetBSD.org>2001-03-04 00:41:27 +0000
commite625c712959c129bbac359fb0413ec018d10e0af (patch)
tree8b34861873dbef361d84508322b0f493a4034382 /usr.bin/ssh/libssh
parent335ac388ca034d4c90fcec12a34bb567a4a5ac7e (diff)
add krb5 support to ssh/sshd. based on code initially from Daniel Kouril <kouril@informatics.muni.cz> and Björn Grönvall <bg@sics.se>
Diffstat (limited to 'usr.bin/ssh/libssh')
-rw-r--r--usr.bin/ssh/libssh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/libssh/Makefile b/usr.bin/ssh/libssh/Makefile
index fd2cd406048..ff9a8980558 100644
--- a/usr.bin/ssh/libssh/Makefile
+++ b/usr.bin/ssh/libssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/14 01:06:50 itojun Exp $
+# $NetBSD: Makefile,v 1.6 2001/03/04 00:41:28 assar Exp $
.include <bsd.own.mk>
@@ -23,9 +23,9 @@ MKPROFILE= no
libinstall::
.if (${MKKERBEROS} != "no")
+CPPFLAGS+= -DKRB5 -DAFS -I${DESTDIR}/usr/include/krb5
CPPFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV
-#CPPFLAGS+= -DAFS
-#SRCS+= radix.c
+SRCS+= radix.c
.endif
.include <bsd.lib.mk>