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:
Shteryana Shopova 2010-12-20 22:56:50 +00:00
parent acd11c7499
commit cf90ea94a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216605
7 changed files with 60 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"'

View File

@ -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

View File

@ -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