aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_ssh/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-01-18 14:58:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-01-18 14:58:07 +0000
commitbb96dfc53ab61347b0b0efe1edbf94a4fcb75436 (patch)
tree78c1858537d7fc2b2e19f2733ed5f790e6ef83f9 /lib/libpam/modules/pam_ssh/Makefile
parent0541040c460ffd4665ef03fb7c57ea08b2cc7ab7 (diff)
downloadsrc-bb96dfc53ab61347b0b0efe1edbf94a4fcb75436.tar.gz
src-bb96dfc53ab61347b0b0efe1edbf94a4fcb75436.zip
Deal better with the crypto version of the PAM library that goes
on the release media -- only put what is different in the crypto version compared to the base version. This reduces PAM entries in /usr/lib in the "crypto" distribution to: libpam.a libpam.so@ libpam.so.2 pam_krb5.so@ pam_krb5.so.2 pam_ksu.so@ pam_ksu.so.2 pam_ssh.so@ pam_ssh.so.2 The libpam.so* is still redundant (it is identical to the "base" version), but we can't set DISTRIBUTION differently for libpam.a and libpam.so. (The removal of libpam.so* from the crypto distribution could be addressed by the release/scripts/crypto-make.sh script, but then we'd also need to remove redundant PAM headers, and I'm not sure this is worth a hassle.)
Notes
Notes: svn path=/head/; revision=124675
Diffstat (limited to 'lib/libpam/modules/pam_ssh/Makefile')
-rw-r--r--lib/libpam/modules/pam_ssh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpam/modules/pam_ssh/Makefile b/lib/libpam/modules/pam_ssh/Makefile
index c7e4c332d8b4..008aa5f89e0e 100644
--- a/lib/libpam/modules/pam_ssh/Makefile
+++ b/lib/libpam/modules/pam_ssh/Makefile
@@ -10,6 +10,7 @@ SRCS= pam_ssh.c
WARNS?= 0
CFLAGS+= -I${SSHSRC}
+DISTRIBUTION= crypto
DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBCRYPT}
LDADD= -lssh -lcrypto -lcrypt