From owner-freebsd-newbies@FreeBSD.ORG Thu Dec 11 19:57:53 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A0916A4CE for ; Thu, 11 Dec 2003 19:57:53 -0800 (PST) Received: from imgate01.cybertime.net (imgate01a.cybertime.net [216.117.206.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8FE043D32 for ; Thu, 11 Dec 2003 19:57:50 -0800 (PST) (envelope-from hostmaster@cybertime.net) Received: from cybertime.net (mail.cybertime.net [216.117.209.200]) 2FD8AD70F9 for ; Thu, 11 Dec 2003 20:06:06 -0800 (PST) Received: from techoffice [216.117.206.15] by cybertime.net (SMTPD32-8.04) id ACBE90970132; Thu, 11 Dec 2003 19:57:50 -0800 Message-ID: <02b901c3c065$7b456080$0fce75d8@cybertime.net> From: "Cybertime Hostmaster" To: References: <01e101c3c060$ae6df120$0fce75d8@cybertime.net> <20031212054722.09328d35.itetcu@apropo.ro> Date: Thu, 11 Dec 2003 20:07:38 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: What to Make X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 03:57:53 -0000 > > Now, when I do a binary install, I have the option of putting in base, > > compatibity (1x to 4x), crypto, dict, doc, games, info, man, catman, > > profiles, src, ports, local, perl, and xfree. > > > > When I look at the source tree they are base, contrib, gnu, etc, games, > > include, lib, libexec, release, bin, sbin, scrypto, share, skerb5, > > ssecure, sys, tools, ubin, and usbin. > /usr/src/share/examples/etc/make.conf > make.conf(5) > > > /usr/src/Makefile > /usr/src/Makefile.inc1 I already have. The entries there have no clear relation to the ones done in a binary install. They certainly make all the parts of a binary install, but where is the documentation that lists what parts of the "base, contrib, gnu, etc, games, include, lib, libexec, release, bin, sbin, scrypto, share, skerb5, ssecure, sys, tools, ubin, and usbin" source files build into what parts of the "base, compatibity (1x to 4x), crypto, dict, doc, games, info, man, catman, profiles, src, ports, local, perl, and xfree" binaries? --Eric