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