From owner-freebsd-current Mon Apr 27 21:41:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA09419 for freebsd-current-outgoing; Mon, 27 Apr 1998 21:41:09 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA09398 for ; Mon, 27 Apr 1998 21:41:06 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id VAA07087; Mon, 27 Apr 1998 21:40:56 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Harlan Stenn cc: current@FreeBSD.ORG Subject: Re: bin/6353 In-reply-to: Your message of "Mon, 27 Apr 1998 22:26:47 EDT." <2336.893730407@brown.pfcs.com> Date: Mon, 27 Apr 1998 21:40:55 -0700 Message-ID: <7083.893738455@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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? Yeah, I'm afraid so. You don't have to rebuild all those .o files though - simply VPATH one of the program's Makefiles at the ${.OBJDIR} for the other point. > 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? Make a subdirectory and a Makefile with your own all and install targets? Simpler than splitting them into seperate subdirs, that's for sure. Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message