Makefile (d52b2950639b0b6da79e34f66570f7252e41052b) Makefile (2f538dadf7f74549f6d45ba3c4f41e83fa810a17)
1# $FreeBSD$
2#
3
4SSHSRC= ${.CURDIR}/../../../crypto/openssh
5
6LIB= ssh
1# $FreeBSD$
2#
3
4SSHSRC= ${.CURDIR}/../../../crypto/openssh
5
6LIB= ssh
7SRCS= authfd.c authfile.c aux.c bufaux.c buffer.c canohost.c channels.c \
8 cipher.c compat.c compress.c crc32.c deattack.c fingerprint.c \
7SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
8 cipher.c compat.c compress.c crc32.c deattack.c \
9 hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \
10 rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
9 hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \
10 rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
11 key.c dispatch.c dsa.c kex.c hmac.c uuencode.c
11 key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c
12
13NOPIC= yes
14
15install:
16
17.if defined(COMPAT_GETADDRINFO)
18SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
19.endif

--- 21 unchanged lines hidden ---
12
13NOPIC= yes
14
15install:
16
17.if defined(COMPAT_GETADDRINFO)
18SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
19.endif

--- 21 unchanged lines hidden ---