Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 2004 14:10:30 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib Makefile src/libexec Makefile src/usr.bin Makefile
Message-ID:  <200412131410.iBDEAUSS048048@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412131410.iBDEAUSS048048>