summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2006-10-31 21:44:46 +0000
committerglebius <glebius@FreeBSD.org>2006-10-31 21:44:46 +0000
commitf025652fdc4370dc57dbf8e240345ccda575aa87 (patch)
treef74d09aea25f85326f8f6ddf8d0958aa5f2cf8fb /usr.sbin/bsnmpd
parentf3e9efc37b0f1b36dae2ad94d71934fc3722fe72 (diff)
downloadFreeBSD-src-f025652fdc4370dc57dbf8e240345ccda575aa87.zip
FreeBSD-src-f025652fdc4370dc57dbf8e240345ccda575aa87.tar.gz
Fix buildworld.
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/bsnmpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile
index 9c4f5e0..d2ff78d 100644
--- a/usr.sbin/bsnmpd/bsnmpd/Makefile
+++ b/usr.sbin/bsnmpd/bsnmpd/Makefile
@@ -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
OpenPOWER on IntegriCloud