diff options
author | syrinx <syrinx@FreeBSD.org> | 2010-12-20 22:56:50 +0000 |
---|---|---|
committer | syrinx <syrinx@FreeBSD.org> | 2010-12-20 22:56:50 +0000 |
commit | 3830b0c9c78eedec2084a8ebcbcb06fb7a9b2a5c (patch) | |
tree | ef97e25fb8862244948a9946c10c4ff89348468b /contrib | |
parent | be5201b0d1c733f2bfb8fa4bef0225259f9acb2c (diff) | |
download | FreeBSD-src-3830b0c9c78eedec2084a8ebcbcb06fb7a9b2a5c.zip FreeBSD-src-3830b0c9c78eedec2084a8ebcbcb06fb7a9b2a5c.tar.gz |
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.
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/bsnmp/snmp_target/target_tree.def | 11 | ||||
-rwxr-xr-x | contrib/bsnmp/snmp_usm/usm_tree.def | 11 | ||||
-rwxr-xr-x | contrib/bsnmp/snmp_vacm/vacm_tree.def | 11 | ||||
-rw-r--r-- | contrib/bsnmp/snmpd/tree.def | 11 |
4 files changed, 40 insertions, 4 deletions
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 |