]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/bsnmpd/modules/snmp_pf/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_pf / Makefile
1 # $FreeBSD$
2
3 # Author: Philip Paeps <philip@freebsd.org>
4
5 MOD=    pf
6 SRCS=   pf_snmp.c
7 CFLAGS+= -DSNMPTREE_TYPES
8
9 XSYM=   begemotPf
10 DEFS=   ${MOD}_tree.def
11 BMIBS=  BEGEMOT-PF-MIB.txt
12
13 .include <bsd.snmpmod.mk>