From owner-cvs-src@FreeBSD.ORG Mon Dec 13 14:10:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAC4116A4CE; Mon, 13 Dec 2004 14:10:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCFE43D1D; Mon, 13 Dec 2004 14:10:30 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDEAUvY048049; Mon, 13 Dec 2004 14:10:30 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDEAUSS048048; Mon, 13 Dec 2004 14:10:30 GMT (envelope-from marius) Message-Id: <200412131410.iBDEAUSS048048@repoman.freebsd.org> From: Marius Strobl Date: Mon, 13 Dec 2004 14:10:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib Makefile src/libexec Makefile src/usr.bin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 14:10:31 -0000 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