diff options
author | ru <ru@FreeBSD.org> | 2002-01-23 15:54:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-01-23 15:54:17 +0000 |
commit | c9d8bf860852b7610efc15075539f0a6e59db321 (patch) | |
tree | a5bcd89550bea724a32663eb66e8d4f6b444874d /secure/lib | |
parent | e64688fcfb6f0f21dfe93591e7e15c93f4a68a3c (diff) | |
download | FreeBSD-src-c9d8bf860852b7610efc15075539f0a6e59db321.zip FreeBSD-src-c9d8bf860852b7610efc15075539f0a6e59db321.tar.gz |
Add pam_ssh support to the static PAM library, libpam.a:
- Spam /usr/lib some more by making libssh a standard library.
- Tweak ${LIBPAM} and ${MINUSLPAM}.
- Garbage collect unused libssh_pic.a.
- Add fake -lz dependency to secure/ makefiles needed for
dynamic linkage with -lssh.
Reviewed by: des, markm
Approved by: markm
Diffstat (limited to 'secure/lib')
-rw-r--r-- | secure/lib/libssh/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index f3d32aa..61ae9d1 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 |