0543f20b95
with the environment variable MIBS that is used by net-snmp.
20 lines
312 B
Makefile
20 lines
312 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Author: Harti Brandt <harti@freebsd.org>
|
|
|
|
CONTRIB=${.CURDIR}/../../../../contrib/bsnmp
|
|
|
|
MOD= netgraph
|
|
SRCS= snmp_netgraph.c
|
|
XSYM= begemotNg
|
|
MAN= snmp_netgraph.3
|
|
|
|
BMIBS= BEGEMOT-NETGRAPH.txt
|
|
DEFS= ${MOD}_tree.def
|
|
INCS= snmp_${MOD}.h
|
|
|
|
DPADD= ${LIBNETGRAPH}
|
|
LDADD= -lnetgraph
|
|
|
|
.include <bsd.lib.mk>
|