From owner-freebsd-current@FreeBSD.ORG Fri Sep 24 11:22:51 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB8F216A4CE for ; Fri, 24 Sep 2004 11:22:51 +0000 (GMT) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1CD643D1D for ; Fri, 24 Sep 2004 11:22:50 +0000 (GMT) (envelope-from michiel@boland.org) Received: from xs1.xs4all.nl (xs1.xs4all.nl [194.109.21.2]) by smtp-vbr2.xs4all.nl (8.12.11/8.12.11) with ESMTP id i8OBMnYL005780 for ; Fri, 24 Sep 2004 13:22:49 +0200 (CEST) (envelope-from michiel@boland.org) Received: from xs1.xs4all.nl (boland37@localhost.xs4all.nl [127.0.0.1]) by xs1.xs4all.nl (8.12.10/8.12.10) with ESMTP id i8OBMnca056548 for ; Fri, 24 Sep 2004 13:22:49 +0200 (CEST) (envelope-from michiel@boland.org) Received: (from boland37@localhost) by xs1.xs4all.nl (8.12.10/8.12.9/Submit) id i8OBMhFI056536 for freebsd-current@freebsd.org; Fri, 24 Sep 2004 13:22:43 +0200 (CEST) (envelope-from michiel@boland.org) X-Authentication-Warning: xs1.xs4all.nl: boland37 set sender to michiel@boland.org using -f Date: Fri, 24 Sep 2004 13:22:43 +0200 From: Michiel Boland To: freebsd-current@freebsd.org Message-ID: <20040924112243.GA54928@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by XS4ALL Virus Scanner Subject: make release broken on 6-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 11:22:52 -0000 Hi. Make release is broken on 6-CURRENT. I'm trying to build again now with the following patch. Looks like something crept in rev 1.306 of usr.sbin/Makefile that shouldn't have been committed. (The commit message is about the BIND9 upgrade, which has nothing to do with bsnmpd.) Cheers Michiel Index: Makefile =================================================================== RCS file: /usr/ncvs/src/usr.sbin/Makefile,v retrieving revision 1.309 diff -u -r1.309 Makefile --- Makefile 23 Sep 2004 23:06:29 -0000 1.309 +++ Makefile 24 Sep 2004 11:12:05 -0000 @@ -19,7 +19,7 @@ ${_boot0cfg} \ ${_boot98cfg} \ bootparamd \ - ${_bsnmpd} \ + bsnmpd \ ${_btxld} \ burncd \ cdcontrol \ @@ -192,7 +192,6 @@ .if !defined(NOATM) _atm= atm -#_bsnmpd= bsnmpd .endif .if !defined(NO_BIND)