freebsd-dev/secure
Ruslan Ermilov 90165ba56f 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.
2004-01-17 19:22:36 +00:00
..
lib Cosmetics: rearrange the dependency list to match that of ssh and sshd. 2004-01-08 11:41:02 +00:00
libexec Update Makefiles for OpenSSH 3.7.1p2. 2004-01-07 11:17:23 +00:00
usr.bin Fixed static linkage. 2004-01-08 11:40:19 +00:00
usr.sbin Fixed static linkage. 2004-01-08 11:40:19 +00:00
Makefile Once upon a time we had both "crypto" and "krb5" distributions, 2004-01-17 19:22:36 +00:00
Makefile.inc Very big makeover in the way telnet, telnetd and libtelnet are built. 2003-07-16 20:59:15 +00:00