From owner-freebsd-current@FreeBSD.ORG Fri Sep 24 03:37:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC4D16A4CE for ; Fri, 24 Sep 2004 03:37:11 +0000 (GMT) Received: from smtp02.net-yan.com (smtp02.hgcbroadband.com [210.0.255.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id E166143D39 for ; Fri, 24 Sep 2004 03:37:10 +0000 (GMT) (envelope-from sam.wun@authtec.net) Received: (qmail 44254 invoked from network); 24 Sep 2004 03:37:09 -0000 Received: from unknown (HELO [192.168.4.129]) (samwun@hgcbroadband.com@[221.127.106.26]) (envelope-sender ) by localhost (qmail-ldap-1.03) with SMTP for ; 24 Sep 2004 03:37:09 -0000 Message-ID: <41539636.3060204@authtec.net> Date: Fri, 24 Sep 2004 11:36:22 +0800 From: sam User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 24 Sep 2004 12:05:54 +0000 Subject: How to remove openssl during make world X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 03:37:11 -0000 Hi, Can I still use make.conf to instruct make buildworld and make release do not build openssl when making my own release? I want to define NO_OPENSSL=true in the make.conf file, but not sure whether it is still valid. Sam.