freebsd-dev/usr.sbin/bsnmpd/modules/snmp_vacm/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

23 lines
404 B
Makefile

# $FreeBSD$
#
# Author: Shteryana Shopova <syrinx@freebsd.org>
CONTRIB= ${SRCTOP}/contrib/bsnmp
.PATH: ${CONTRIB}/snmp_vacm
MOD= vacm
SRCS= vacm_snmp.c
XSYM= snmpVacmMIB
MAN= snmp_vacm.3
CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd
CFLAGS+= -DHAVE_ERR_H -DHAVE_GETADDRINFO -DHAVE_STRLCPY -DHAVE_SYS_TREE_H
GENSNMPTREEFLAGS+= -I${CONTRIB}/lib
DEFS= ${MOD}_tree.def
BMIBS=
.include <bsd.snmpmod.mk>