summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/lib/Makefile
diff options
context:
space:
mode:
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