summaryrefslogtreecommitdiffstats
path: root/secure/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-17 19:22:36 +0000
committerru <ru@FreeBSD.org>2004-01-17 19:22:36 +0000
commit9260b63f077d0e6e5f9fd293c74f1eae26c191e3 (patch)
treefbeae2e5e559799049bca71e5426d612d193a92e /secure/Makefile
parentc12dfd0f16123c27a24126a9bff6922b0a9d5319 (diff)
downloadFreeBSD-src-9260b63f077d0e6e5f9fd293c74f1eae26c191e3.zip
FreeBSD-src-9260b63f077d0e6e5f9fd293c74f1eae26c191e3.tar.gz
Once upon a time we had both "crypto" and "krb5" distributions,
and rebuilt some bits with crypto but without Kerberos support (most notably SSH) during "make release", to put them into the "crypto" distribution. Now that we don't ship the separate "krb5" distribution anymore (it's now part of the "crypto" distribuion), don't waste time recompiling SSH bits without crypto and without Kerberos support in an attempt to put them in the "base" distribution -- it just doesn't work as SSH always uses crypto code. We avoid this by not rebuilding KPROGS from kerberos5/Makefile in release/Makefile and adding "libpam" to SPROGS in secure/Makefile to ensure it's still rebuilt without crypto support for the "base" distribution. (Disabling crypto (NOCRYPT) also disables building of Kerberos-related PAM modules, and it's OK to depend on this.) This should be a no-op change saving some "make release" time.
Diffstat (limited to 'secure/Makefile')
-rw-r--r--secure/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/Makefile b/secure/Makefile
index 2ee6067..68ce656 100644
--- a/secure/Makefile
+++ b/secure/Makefile
@@ -5,6 +5,7 @@ SUBDIR= lib libexec usr.bin usr.sbin
# These are programs which depend on crypto, but not Kerberos.
SPROGS= bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump \
lib/libfetch usr.bin/fetch usr.sbin/pkg_install \
+ lib/libpam \
lib/libtelnet libexec/telnetd usr.bin/telnet
.if !defined(NO_SENDMAIL)
SPROGS+=usr.sbin/sendmail
OpenPOWER on IntegriCloud