diff options
| author | assar <assar@NetBSD.org> | 2001-03-04 00:41:27 +0000 |
|---|---|---|
| committer | assar <assar@NetBSD.org> | 2001-03-04 00:41:27 +0000 |
| commit | e625c712959c129bbac359fb0413ec018d10e0af (patch) | |
| tree | 8b34861873dbef361d84508322b0f493a4034382 /usr.bin/ssh/libssh | |
| parent | 335ac388ca034d4c90fcec12a34bb567a4a5ac7e (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/Makefile | 6 |
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> |
