]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/bsnmpd/modules/snmp_pf/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>