cvs commit: src/lib Makefile src/libexec Makefile src/usr.bin Makefile

Marius Strobl marius at FreeBSD.org
Mon Dec 13 06:10:31 PST 2004


marius      2004-12-13 14:10:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    lib                  Makefile 
    libexec              Makefile 
    usr.bin              Makefile 
  Log:
  - MFC:
    lib/Makefile 1.155
    libexec/Makefile 1.57
    usr.bin/Makefile 1.234 (partly), 1.235
  
    Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.
  
  - Replace the check for the non-existence of src/secure and src/kerberosIV
    with a check for the non-existence of src/crypto only. This is to bring
    these checks in line with the demise of the NOSECURE knob and because
    if src/crypto doesn't exist we won't build any crypto stuff including
    not Kerberos IV (and also not Kerberos 5 for that matter).
    Note: On HEAD all these checks for the existence of crypto sources even
    have been completely removed.
  
  Discussed with: ru (some months ago)
  Reviewed by:    ru (some months ago)
  Approved by:    markm (telnet and secure bits, some months ago)
  
  Revision    Changes    Path
  1.107.2.18  +1 -2      src/lib/Makefile
  1.42.2.7    +1 -2      src/libexec/Makefile
  1.144.2.21  +2 -3      src/usr.bin/Makefile


More information about the cvs-all mailing list