bms 2008-10-02 14:26:56 UTC
FreeBSD src repository
Modified files:
usr.sbin/bsnmpd/modules Makefile
Log:
SVN rev 183548 on 2008-10-02 14:26:56Z by bms
Only build the bsnmpd netgraph module if MK_NETGRAPH_SUPPORT is set.
Revision ChangesPath
1.16 +4 -1
syrinx 2007-03-08 09:29:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/bsnmpd/modules Makefile
Log:
MFC:
src/usr.sbin/bsnmpd/modules/Makefile, Revision 1.13
Connect the snmp_bridge(3) module to the build.
Approved by:bz (ment
bz 2006-12-29 19:24:51 UTC
FreeBSD src repository
Modified files:
usr.sbin/bsnmpd/modules Makefile
Log:
Re-connect snmp_bridge to the build. It survived a make universe
(apart from powerpc where the build broke earlier).
Revision ChangesPath
1.15 +1 -0
syrinx 2006-12-20 22:08:35 UTC
FreeBSD src repository
Modified files:
usr.sbin/bsnmpd/modules Makefile
Log:
Connect the snmp_bridge(3) module to the build.
Approved by:bz (mentor)
Revision ChangesPath
1.13 +1 -0 src/usr.sbin/bsnmpd/modules/Makefile
bz 2006-12-21 01:58:22 UTC
FreeBSD src repository
Modified files:
usr.sbin/bsnmpd/modules Makefile
Log:
ia64 is nit-picking according to tinderbox so temporary disconnect
the bridge module from the build until this is fixed.
Revision ChangesPath
1.14 +0 -1
harti 2006-01-27 16:27:34 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/bsnmpd/modules Makefile
Added files: (Branch: RELENG_6)
usr.sbin/bsnmpd/modules/snmp_hostres BEGEMOT-HOSTRES-MIB.txt
Mak
erwin 2006-01-26 21:32:51 UTC
FreeBSD src repository (ports committer)
Modified files:
usr.sbin/bsnmpd/modules Makefile
Log:
After changing hostres from libdisk to libgeom, it now compiles
and runs on amd64, so revert the stopgap from rev. 1.10
Approved by:ha
obrien 2006-01-13 02:09:15 UTC
FreeBSD src repository
Modified files:
usr.sbin/bsnmpd/modules Makefile
Log:
Unbreak the AMD64 build by forgoing the 'snmp_hostres' functionality.
Approved by:harti
Revision ChangesPath
1.10 +5 -1 src/usr.sbin/bsnmpd/
harti 2006-01-09 12:34:07 UTC
FreeBSD src repository
Modified files:
usr.sbin/bsnmpd/modules Makefile
Log:
Connect the HOSTRES MIB to the build.
Revision ChangesPath
1.9 +1 -0 src/usr.sbin/bsnmpd/modules/Makefile
__