aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-01-23 15:54:17 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-01-23 15:54:17 +0000
commit0509dca0c3687d52cef8e5ffab8a2f7d52be672a (patch)
treea5bcd89550bea724a32663eb66e8d4f6b444874d /secure/lib
parentb6b756b58b4787f31b67f70956d94b3441623e3f (diff)
Notes
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libssh/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index f3d32aa993a5..61ae9d19def7 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -10,8 +10,6 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
cli.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
version.c
-INSTALL_PIC_ARCHIVE= yes
-
.if defined(COMPAT_GETADDRINFO)
SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
.endif