From 3830b0c9c78eedec2084a8ebcbcb06fb7a9b2a5c Mon Sep 17 00:00:00 2001 From: syrinx Date: Mon, 20 Dec 2010 22:56:50 +0000 Subject: Unbreak the build by temprorarily not using include directives in bsnmpd(1)' def files, until bsd.snmpmod.mk & Makefiles are fixed to pass proper include path flags to gensnmptree. --- usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def | 11 ++++++++++- usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) (limited to 'usr.sbin/bsnmpd') diff --git a/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def b/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def index a8f30c8..2e88e5e 100644 --- a/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def +++ b/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def @@ -26,7 +26,16 @@ # $FreeBSD$ # -include "tc.def" +#include "tc.def" + +typedef RowStatus ENUM ( + 1 active + 2 notInService + 3 notReady + 4 createAndGo + 5 createAndWait + 6 destroy +) typedef TruthValue ENUM ( 1 true diff --git a/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def b/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def index bc89d56..7c695c4 100644 --- a/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def +++ b/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def @@ -29,7 +29,16 @@ # $FreeBSD$ # -include "tc.def" +#include "tc.def" + +typedef RowStatus ENUM ( + 1 active + 2 notInService + 3 notReady + 4 createAndGo + 5 createAndWait + 6 destroy +) typedef TruthValue ENUM ( 1 true -- cgit v1.1