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.
This commit is contained in:
parent
acd11c7499
commit
cf90ea94a0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -10,10 +10,6 @@ CONTRIB= ${.CURDIR}/../../../contrib/bsnmp/lib
|
||||
LIB= bsnmp
|
||||
SHLIBDIR?= /lib
|
||||
|
||||
FILESGROUPS+= DEFS
|
||||
DEFSDIR?= ${SHAREDIR}/snmp/defs
|
||||
DEFS= tc.def
|
||||
|
||||
CFLAGS+= -I${CONTRIB} -DHAVE_ERR_H -DHAVE_GETADDRINFO -DHAVE_STRLCPY
|
||||
CFLAGS+= -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DQUADFMT='"llu"' -DQUADXFMT='"llx"'
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user