From owner-freebsd-stable Sat Mar 4 8:48: 3 2000 Delivered-To: freebsd-stable@freebsd.org Received: from darcy.gwis.com (darcy.gwis.com [209.57.72.3]) by hub.freebsd.org (Postfix) with ESMTP id 854EB37B852 for ; Sat, 4 Mar 2000 08:47:52 -0800 (PST) (envelope-from ddr@gwis.com) Received: from localhost (ddr@localhost) by darcy.gwis.com (8.9.3/8.9.3) with ESMTP id LAA65618 for ; Sat, 4 Mar 2000 11:47:46 -0500 (EST) Date: Sat, 4 Mar 2000 11:47:46 -0500 (EST) From: GWIS - Dan Roberts To: freebsd-stable@freebsd.org Subject: NO_BIND make problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /usr/src/usr.sbin/Makefile includes nslookup both in the default list of targets and within the .if !defined(NO_BIND) conditional block.. this causes the make to fail when NO_BIND is defined, because libbind.a was never built. Was nslookup meant to be left out, or was libbind meant to be built? Not sure what the appropriate fix is, but hope someone will address it. I've just removed nslookup for now. -- Dan Roberts, Systems Engineer Voice 800.656.GWIS GWIS Internet Solutions Fax 330.656.5440 Please contact support@gwis.com for all technical support issues To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message