Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2004 13:22:43 +0200
From:      Michiel Boland <michiel@boland.org>
To:        freebsd-current@freebsd.org
Subject:   make release broken on 6-CURRENT
Message-ID:  <20040924112243.GA54928@xs4all.nl>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040924112243.GA54928>