Lines 63-73
Link Here
|
63 |
RUN_DEPENDS+= ${MIBSDIR}/mib_index.txt:${PORTSDIR}/net-mgmt/netdisco-mibs |
63 |
RUN_DEPENDS+= ${MIBSDIR}/mib_index.txt:${PORTSDIR}/net-mgmt/netdisco-mibs |
64 |
BUILD_DEPENDS+= ${MIBSDIR}/mib_index.txt:${PORTSDIR}/net-mgmt/netdisco-mibs |
64 |
BUILD_DEPENDS+= ${MIBSDIR}/mib_index.txt:${PORTSDIR}/net-mgmt/netdisco-mibs |
65 |
. include "${.CURDIR}/../netdisco-mibs/bsd.port.netdisco.mk" |
65 |
. include "${.CURDIR}/../netdisco-mibs/bsd.port.netdisco.mk" |
66 |
MIBINCLUDES= |
66 |
MIBINCLUDES!=${ECHO} \"${MIBDIRS:S/^/${MIBSDIR}\//}\" |
67 |
. for mib in ${MIBDIRS} |
67 |
MIBINCLUDES:=${MIBINCLUDES:S/ /:/g:S/"//g} |
68 |
MIBINCLUDES+= ${MIBSDIR}/${mib}, |
|
|
69 |
. endfor |
70 |
MIBINCLUDES:=${MIBINCLUDES:S/,$//} |
71 |
.else |
68 |
.else |
72 |
MIBINCLUDES="#please add here mibs dirs list (at least snmp and rfc ones)" |
69 |
MIBINCLUDES="#please add here mibs dirs list (at least snmp and rfc ones)" |
73 |
.endif |
70 |
.endif |