From owner-freebsd-current Mon Apr 27 19:27:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14099 for freebsd-current-outgoing; Mon, 27 Apr 1998 19:27:22 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pcpsj.pfcs.com (swWl1XQVLZ4UyNr4yXrGnXXdc6cwhlkV@harlan.fred.net [205.252.219.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA13981 for ; Mon, 27 Apr 1998 19:26:57 -0700 (PDT) (envelope-from Harlan.Stenn@pfcs.com) Received: from mumps.pfcs.com [192.52.69.11] (HELO mumps.pfcs.com) by pcpsj.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Mon, 27 Apr 1998 22:26:49 -0400 (EDT) Received: from brown.pfcs.com [192.52.69.44] (HELO brown.pfcs.com) by mumps.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Mon, 27 Apr 1998 19:26:48 -0700 (PDT) Received: from localhost [127.0.0.1] (HELO brown.pfcs.com) by brown.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Mon, 27 Apr 1998 22:26:48 -0400 (EDT) X-Mailer: exmh version 2.0.2 2/24/98 To: current@FreeBSD.ORG Subject: Re: bin/6353 In-Reply-To: Garrett Wollman's (wollman@khavrinen.lcs.mit.edu) message dated Wed, 22 Apr 1998 17:28:45. <199804222128.RAA02798@khavrinen.lcs.mit.edu> X-Face: "csXK}xnnsH\h_ce`T#|pM]tG,6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 27 Apr 1998 22:26:47 -0400 Message-ID: <2336.893730407@brown.pfcs.com> From: Harlan Stenn Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have am-utils almost fully "contrib"utized. There are two items pending. In one directory of the distribution, two binaries are built. One goes into /usr/bin, the other in /usr/sbin/. These two programs use the same set of .o files plus a unique .o (for main). Do I hafta split these out into usr.bin/oneofem and usr.sbin/theother? Second, there's a "scripts" directory that has about 11 scripts and a sample config file. Can somebody point me at how I need to handle these? (I'm really hoping the answer is easier than: "Put each one in a separate subdir and make a small Makefile for each one") H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message