STRIP=/opt/brcm/hndtools-mipsel-linux-3.2.3/bin/mipsel-linux-strip


USELIBS=libnetsnmpagent.a libnetsnmpmibs.a

all: snmpd
	

clean: 
##	rm -f *~ snmpd

##snmpd: snmpd.o $(USELIBS)
##	$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) -lnvram

install:   all
	install  -d $(INSTALLDIR)/sbin
	install  snmpd $(INSTALLDIR)/sbin
	$(STRIP) $(INSTALLDIR)/sbin/snmpd



