From owner-freebsd-questions@FreeBSD.ORG Sat Feb 5 17:21:50 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 540DE16A4CE for ; Sat, 5 Feb 2005 17:21:50 +0000 (GMT) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCB7943D45 for ; Sat, 5 Feb 2005 17:21:49 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 32180 invoked from network); 5 Feb 2005 17:21:49 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Feb 2005 17:21:49 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id EB6C584; Sat, 5 Feb 2005 12:21:48 -0500 (EST) Sender: lowell@be-well.ilk.org To: Jonathon McKitrick References: <20050205142225.GA11546@dogma.freebsd-uk.eu.org> From: Lowell Gilbert Date: 05 Feb 2005 12:21:48 -0500 In-Reply-To: <20050205142225.GA11546@dogma.freebsd-uk.eu.org> Message-ID: <44u0oqylar.fsf@be-well.ilk.org> Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Example BSD Makefiles *outside* the src tree?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 17:21:50 -0000 Jonathon McKitrick writes: > does anyone know of any project out there I could get my hands on that use > BSD make? Obviously the src tree is not a good place to learn the basics, > but most makefiles I run across are for GNU make and/or are too complex to > learn the basics from. There are many examples in the Tutorial, which I think you said (in another message) that you had already read. What are you looking for that isn't in those examples?