Catch up with import of version 1.5a of bsnmp.

This commit is contained in:
Hartmut Brandt 2004-01-23 11:08:17 +00:00
parent 1e1beb03a8
commit ec8a2cd977
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124867

View File

@ -6,7 +6,8 @@ CONTRIB=${.CURDIR}/../../../contrib/bsnmp
.PATH: ${CONTRIB}/snmpd
PROG= bsnmpd
SRCS= oid.h tree.h tree.c main.c action.c config.c export.c trap.c
SRCS= oid.h tree.h tree.c main.c action.c config.c export.c trap.c \
trans_udp.c trans_lsock.c
MAN= bsnmpd.1 snmpmod.3
WARNS= 6