aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libssh/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-26 14:53:33 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-26 14:53:33 +0000
commitb8cba406f2af8bad36f00fa94d493eaa9b259798 (patch)
treeeb0fe5e61507d580a9dd88148e6c402b2c2b5d1b /secure/lib/libssh/Makefile
parent75c9631facc0764a0cd3e0ac49f66be128d3a996 (diff)
Notes
Diffstat (limited to 'secure/lib/libssh/Makefile')
-rw-r--r--secure/lib/libssh/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index f13800b314e6..f10d110ad92b 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -1,8 +1,6 @@
# $FreeBSD$
#
-SSHSRC= ${.CURDIR}/../../../crypto/openssh
-
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 \
@@ -11,19 +9,14 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c \
cli.c rijndael.c
-NOPIC= yes
-
-install:
+NOPIC= yes
+INTERNALLIB= yes
+INTERNALSTATICLIB= yes
.if defined(COMPAT_GETADDRINFO)
SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
.endif
-.include <bsd.own.mk>
-
-.PATH: ${SSHSRC}
-.PATH: ${SSHSRC}/lib
-
.if defined(MAKE_KERBEROS4) && \
((${MAKE_KERBEROS4} == "yes") || (${MAKE_KERBEROS4} == "YES"))
CFLAGS+= -DKRB4
@@ -38,4 +31,7 @@ CFLAGS+= -DSKEY
DPADD+= ${LIBOPIE}
LDADD+= -lopie
SRCS+= auth-skey.c auth2-skey.c
+
.include <bsd.lib.mk>
+
+.PATH: ${SSHDIR} ${SSHDIR}/lib