]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsnmpd / modules / snmp_netgraph / Makefile
1 # $FreeBSD$
2 #
3 # Author: Harti Brandt <harti@freebsd.org>
4
5 MOD=    netgraph
6 SRCS=   snmp_netgraph.c
7 XSYM=   begemotNg
8 MAN=    snmp_netgraph.3
9
10 BMIBS=  BEGEMOT-NETGRAPH.txt
11 DEFS=   ${MOD}_tree.def
12 INCS=   snmp_${MOD}.h
13
14 DPADD=  ${LIBNETGRAPH}
15 LDADD=  -lnetgraph
16
17 .include <bsd.snmpmod.mk>