summaryrefslogtreecommitdiffstats
path: root/secure/lib/libssh
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-11-06 22:54:58 +0000
committerobrien <obrien@FreeBSD.org>2002-11-06 22:54:58 +0000
commitafccab52826226a463139da3bda9ed2d2983a000 (patch)
treee43c40f9128a8a8ac1160c7982fcd9131df8fff9 /secure/lib/libssh
parent323d135eb0eb71a13e558bfeca4c68603a85cab2 (diff)
downloadFreeBSD-src-afccab52826226a463139da3bda9ed2d2983a000.zip
FreeBSD-src-afccab52826226a463139da3bda9ed2d2983a000.tar.gz
Style sync with rest of FreeBSD.
Diffstat (limited to 'secure/lib/libssh')
-rw-r--r--secure/lib/libssh/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 8e03711..c9311a5 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
OpenPOWER on IntegriCloud