summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/lib/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-03-18 09:55:03 +0000
committerdes <des@FreeBSD.org>2002-03-18 09:55:03 +0000
commitec85a15f0e96d6f55b777e58d6cd8667d4068a01 (patch)
treed05ec686716cc1fd538eac3b98c796c8b5982dcb /crypto/openssh/lib/Makefile
parent2e2afe2675da81a967a0e183c832cf63ac46d9d5 (diff)
parent2fc4a488978a03338ecc65403597582c77dabeea (diff)
downloadFreeBSD-src-ec85a15f0e96d6f55b777e58d6cd8667d4068a01.zip
FreeBSD-src-ec85a15f0e96d6f55b777e58d6cd8667d4068a01.tar.gz
This commit was generated by cvs2svn to compensate for changes in r92555,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto/openssh/lib/Makefile')
-rw-r--r--crypto/openssh/lib/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/crypto/openssh/lib/Makefile b/crypto/openssh/lib/Makefile
index fbcd66f..369cf90 100644
--- a/crypto/openssh/lib/Makefile
+++ b/crypto/openssh/lib/Makefile
@@ -1,15 +1,17 @@
-# $OpenBSD: Makefile,v 1.22 2001/04/03 19:53:30 markus Exp $
+# $OpenBSD: Makefile,v 1.31 2002/02/22 12:20:34 markus Exp $
.PATH: ${.CURDIR}/..
LIB= ssh
SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
- cipher.c compat.c compress.c crc32.c deattack.c \
+ cipher.c compat.c compress.c crc32.c deattack.c fatal.c \
hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \
rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
key.c dispatch.c kex.c mac.c uuencode.c misc.c \
- cli.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c
+ rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
+ scard.c
+DEBUGLIBS= no
NOPROFILE= yes
NOPIC= yes
@@ -26,4 +28,8 @@ SRCS+= radix.c
.endif # AFS
.endif # KERBEROS
+.if (${KERBEROS5:L} == "yes")
+CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV
+.endif # KERBEROS5
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud