Fix buildworld.

This commit is contained in:
Gleb Smirnoff 2006-10-31 21:44:46 +00:00
parent 206ad245f1
commit 99eebd2a7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163840

View File

@ -10,7 +10,8 @@ SRCS= main.c action.c config.c export.c trap.c trans_udp.c trans_lsock.c
SRCS+= oid.h tree.c tree.h
XSYM= snmpMIB begemotSnmpdModuleTable begemotSnmpd begemotTrapSinkTable \
sysUpTime snmpTrapOID coldStart authenticationFailure \
begemotSnmpdTransUdp begemotSnmpdTransLsock begemotSnmpdLocalPortTable
begemotSnmpdTransUdp begemotSnmpdTransLsock begemotSnmpdLocalPortTable \
freeBSDVersion
CLEANFILES= oid.h tree.c tree.h
MAN= bsnmpd.1 snmpmod.3
WARNS?= 6