2.3   Build the WindNet SNMPv1/v2c Agent

To build the agent, change your working directory to the main agent source directory, $WIND_BASE/target/src/snmpv1/agent, and run make. For example, to rebuild for a SunOS host and an MVME147 target, type the following line:

% (cd $WIND_BASE/target/src/snmpv1/agent ; make CPU=MC68020 TOOL=gnu)

To determine what values to use for CPU and TOOL for a particular host/target combination, look in the makefile provided in the target-specific BSP directory.