From owner-freebsd-current Fri Jun 12 13:33:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07919 for freebsd-current-outgoing; Fri, 12 Jun 1998 13:33:28 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns.tar.com (ns.tar.com [204.95.187.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07894; Fri, 12 Jun 1998 13:33:09 -0700 (PDT) (envelope-from lists@tar.com) Received: from ppro.tar.com (ppro.tar.com [204.95.187.9]) by ns.tar.com (8.8.8/8.8.7) with SMTP id PAA15451; Fri, 12 Jun 1998 15:33:06 -0500 (CDT) Message-Id: <199806122033.PAA15451@ns.tar.com> From: "Richard Seaman, Jr." To: "Peter Wemm" , "current@freebsd.org" Date: Fri, 12 Jun 98 15:33:05 -0500 Reply-To: "Richard Seaman, Jr." X-Mailer: PMMail 1.92 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: src/libexec/Makefile Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think the following change needs to be made: *** Makefile Fri Jun 12 15:17:32 1998 --- Makefile.orig Fri Jun 12 15:16:59 1998 *************** *** 10,16 **** .if ${MACHINE} == i386 SUBDIR+=named-xfer rpc.rstatd .if ${BINFORMAT} == aout ! SUBDIR+=rtld-aout .endif .if ${BINFORMAT} == elf SUBDIR+=rtld-elf --- 10,16 ---- .if ${MACHINE} == i386 SUBDIR+=named-xfer rpc.rstatd .if ${BINFORMAT} == aout ! rtld-aout .endif .if ${BINFORMAT} == elf SUBDIR+=rtld-elf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message