svn commit: r250394 - head/usr.sbin/bsnmpd/modules

Peter Wemm peter at FreeBSD.org
Wed May 8 23:30:25 UTC 2013


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 \


More information about the svn-src-all mailing list