]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bsnmpd/modules/snmp_pf/Makefile
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
[FreeBSD/FreeBSD.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>