8e9b3e7071
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.
13 lines
175 B
Makefile
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>
|