]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsnmpd/modules/snmp_bridge/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsnmpd / modules / snmp_bridge / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 MOD=    bridge
6 SRCS=   bridge_snmp.c bridge_if.c bridge_port.c bridge_addrs.c \
7         bridge_pf.c bridge_sys.c
8 CFLAGS+= -DSNMPTREE_TYPES
9
10 XSYM=   dot1dBridge newRoot topologyChange begemotBridgeNewRoot \
11         begemotBridgeTopologyChange begemotBridgeBaseName
12
13 MAN=    snmp_bridge.3
14
15 BMIBS=  BRIDGE-MIB.txt BEGEMOT-BRIDGE-MIB.txt RSTP-MIB.txt
16 DEFS=   ${MOD}_tree.def
17 INCS=   ${MOD}_snmp.h
18
19 .include <bsd.snmpmod.mk>