ssh has moved
[netbsd-mini2440.git] / crypto / dist / ssh / lib / Makefile
blob3003c7e2cec97f4d7d216c5f4f18ed2c13cfdda3
1 # $OpenBSD: Makefile,v 1.56 2008/06/10 03:57:27 djm Exp $
3 .PATH: ${.CURDIR}/..
5 LIB= ssh
6 WANTLINT=
7 SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c canohost.c channels.c \
8 cipher.c cipher-3des1.c cipher-bf1.c cipher-ctr.c \
9 cleanup.c compat.c compress.c crc32.c deattack.c fatal.c \
10 hostfile.c log.c match.c nchan.c packet.c readpass.c \
11 rsa.c ttymodes.c xmalloc.c atomicio.c \
12 key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \
13 ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
14 kexdhc.c kexgexc.c scard.c msg.c progressmeter.c dns.c \
15 monitor_fdpass.c md-sha256.c umac.c addrmatch.c
17 DEBUGLIBS= no
18 NOPROFILE= yes
19 NOPIC= yes
21 install:
22 @echo -n
24 .include <bsd.own.mk>
26 .if (${KERBEROS5:L} == "yes")
27 CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV
29 SRCS+= gss-genr.c
30 CFLAGS+= -DGSSAPI
31 .endif # KERBEROS5
33 .include <bsd.lib.mk>