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

25 lines
547 B
Makefile

# $FreeBSD$
#
# Author: Shteryana Shopova <syrinx@freebsd.org>
CONTRIB= ${SRCTOP}/contrib/bsnmp
.PATH: ${CONTRIB}/snmp_usm
MOD= usm
SRCS= usm_snmp.c
XSYM= snmpUsmMIB usmNoAuthProtocol usmHMACMD5AuthProtocol \
usmHMACSHAAuthProtocol usmNoPrivProtocol usmDESPrivProtocol \
usmAesCfb128Protocol usmUserSecurityName
MAN= snmp_usm.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>