diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-11-06 22:54:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-11-06 22:54:58 +0000 |
| commit | dcb2279368aba1f487a3cbfe7312f93f89876bc9 (patch) | |
| tree | e43c40f9128a8a8ac1160c7982fcd9131df8fff9 /secure/lib/libssh/Makefile | |
| parent | 34fa34334e1bedae6cd33e1f74c05be307fe83c4 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh/Makefile')
| -rw-r--r-- | secure/lib/libssh/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 8e037119719d..c9311a50deaf 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -1,5 +1,4 @@ # $FreeBSD$ -# LIB= ssh SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ @@ -13,25 +12,24 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ SRCS+= bsd-misc.c entropy.c # FreeBSD additions SRCS+= version.c -CFLAGS+=-I${SSHDIR} -NOLINT= true +.if defined(COMPAT_GETADDRINFO) +SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c +.endif +CFLAGS+= -I${SSHDIR} .if defined(MAKE_KERBEROS4) CFLAGS+= -DKRB4 .endif - .if defined(MAKE_KERBEROS5) CFLAGS+= -DKRB5 -DHEIMDAL .endif -.if defined(COMPAT_GETADDRINFO) -SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c -.endif +NOLINT= true DPADD= ${LIBCRYPTO} ${LIBZ} LDADD= -lcrypto -lz .include <bsd.lib.mk> -.PATH: ${SSHDIR} ${SSHDIR}/openbsd-compat +.PATH: ${SSHDIR} ${SSHDIR}/openbsd-compat |
