diff options
author | Hartmut Brandt <harti@FreeBSD.org> | 2004-01-23 16:22:49 +0000 |
---|---|---|
committer | Hartmut Brandt <harti@FreeBSD.org> | 2004-01-23 16:22:49 +0000 |
commit | b6a6dd1872dacca58f52be00781ccb3af7f8824d (patch) | |
tree | 65a1aa99775b9ea5784447cd9891cbd7d34bf1f2 /usr.sbin/bsnmpd/modules/snmp_mibII | |
parent | 12b8b80e456e7138e3bbe87f021e7c38e1184da0 (diff) |
Create the OID and tree files while building the modules and the daemon
instead of creating them by hand and storing them in the CVS tree. Add
gensnmptree to the bootstrap tools (it is used to generated these files).
This simplifies the update procedure.
Submitted by: ru
Notes
Notes:
svn path=/head/; revision=124873
Diffstat (limited to 'usr.sbin/bsnmpd/modules/snmp_mibII')
-rw-r--r-- | usr.sbin/bsnmpd/modules/snmp_mibII/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile b/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile index 7215880d1ab1..c677c533ef35 100644 --- a/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile +++ b/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile @@ -9,6 +9,8 @@ MOD= mibII SRCS= mibII.c mibII_ifmib.c mibII_ip.c mibII_interfaces.c \ mibII_ipaddr.c mibII_ifstack.c mibII_rcvaddr.c \ mibII_nettomedia.c mibII_tcp.c mibII_udp.c mibII_route.c +XSYM= ipAddrTable ifTable ifRcvAddressEntry ifMIB ipMIB tcpMIB udpMIB \ + ipForward ifIndex linkDown linkUp MAN= snmp_mibII.3 DEFS= ${MOD}_tree.def |