freebsd-dev/usr.sbin/bsnmpd/modules/snmp_pf/Makefile
Hartmut Brandt 8e9b3e7071 Update bsnmp to version 1.13. This does not bring user-visible changes.
For developers gensnmptree can now generate functions for enums to convert
between enums and strings and to check the validity of a value.
The sources in FreeBSD are now in sync with the upstream which allows to
bring in IPv6 modifications.
2018-07-03 08:44:40 +00:00

13 lines
175 B
Makefile

# $FreeBSD$
#
# Author: Philip Paeps <philip@freebsd.org>
MOD= pf
SRCS= pf_snmp.c
XSYM= begemotPf
DEFS= ${MOD}_tree.def
BMIBS= BEGEMOT-PF-MIB.txt
.include <bsd.snmpmod.mk>