make release broken on 6-CURRENT

Michiel Boland michiel at boland.org
Fri Sep 24 04:22:52 PDT 2004


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)


More information about the freebsd-current mailing list