Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2013 23:30:25 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r250394 - head/usr.sbin/bsnmpd/modules
Message-ID:  <201305082330.r48NUPGn045914@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: peter
Date: Wed May  8 23:30:24 2013
New Revision: 250394
URL: http://svnweb.freebsd.org/changeset/base/250394

Log:
  Unbreak build - this can only build on i386 as-is due to use of libl in
  a .so file, and we currently (intentionally) only build libl.a.

Modified:
  head/usr.sbin/bsnmpd/modules/Makefile

Modified: head/usr.sbin/bsnmpd/modules/Makefile
==============================================================================
--- head/usr.sbin/bsnmpd/modules/Makefile	Wed May  8 22:54:53 2013	(r250393)
+++ head/usr.sbin/bsnmpd/modules/Makefile	Wed May  8 23:30:24 2013	(r250394)
@@ -10,7 +10,6 @@ _snmp_atm= snmp_atm
 
 SUBDIR=	${_snmp_atm} \
 	snmp_bridge \
-	snmp_hast \
 	snmp_hostres \
 	snmp_mibII \
 	snmp_pf \



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