]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/bsnmpd/modules/snmp_bridge/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>