From owner-cvs-etc Mon Oct 20 19:51:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA11559 for cvs-etc-outgoing; Mon, 20 Oct 1997 19:51:27 -0700 (PDT) (envelope-from owner-cvs-etc) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA11533; Mon, 20 Oct 1997 19:51:17 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.6.9) id MAA30900; Tue, 21 Oct 1997 12:49:29 +1000 Date: Tue, 21 Oct 1997 12:49:29 +1000 From: Bruce Evans Message-Id: <199710210249.MAA30900@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-etc@FreeBSD.ORG, nate@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mail Makefile Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: (Branch: RELENG_2_2) > etc/mail Makefile > Log: > - Argh, sorry about that. I assumed the Makefile was supposed to be run out > of the source tree. See etc/periodic for what Makefiles in subdirectories of src/etc should look like file (except they forget to set NOOBJ ...). It's convenient for _every_ subdirectory to have its own Makefile so that you can install it without installing anything else. Bruce