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. --- contrib/bsnmp/snmp_target/target_tree.def | 11 ++++++++++- contrib/bsnmp/snmp_usm/usm_tree.def | 11 ++++++++++- contrib/bsnmp/snmp_vacm/vacm_tree.def | 11 ++++++++++- contrib/bsnmp/snmpd/tree.def | 11 ++++++++++- 4 files changed, 40 insertions(+), 4 deletions(-) (limited to 'contrib/bsnmp') diff --git a/contrib/bsnmp/snmp_target/target_tree.def b/contrib/bsnmp/snmp_target/target_tree.def index 6c77b3f..990bfac 100755 --- a/contrib/bsnmp/snmp_target/target_tree.def +++ b/contrib/bsnmp/snmp_target/target_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 StorageType ENUM ( 1 other diff --git a/contrib/bsnmp/snmp_usm/usm_tree.def b/contrib/bsnmp/snmp_usm/usm_tree.def index 41eb557..72c446e 100755 --- a/contrib/bsnmp/snmp_usm/usm_tree.def +++ b/contrib/bsnmp/snmp_usm/usm_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 StorageType ENUM ( 1 other diff --git a/contrib/bsnmp/snmp_vacm/vacm_tree.def b/contrib/bsnmp/snmp_vacm/vacm_tree.def index bd7f70a..45b3c33 100755 --- a/contrib/bsnmp/snmp_vacm/vacm_tree.def +++ b/contrib/bsnmp/snmp_vacm/vacm_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 StorageType ENUM ( 1 other diff --git a/contrib/bsnmp/snmpd/tree.def b/contrib/bsnmp/snmpd/tree.def index f4d8579..b45817f 100644 --- a/contrib/bsnmp/snmpd/tree.def +++ b/contrib/bsnmp/snmpd/tree.def @@ -31,7 +31,16 @@ # System group and private Begemot SNMPd MIB. # -include "tc.def" +#include "tc.def" + +typedef RowStatus ENUM ( + 1 active + 2 notInService + 3 notReady + 4 createAndGo + 5 createAndWait + 6 destroy +) (1 internet (2 mgmt -- cgit v1.1