@@ -378,10 +378,12 @@ NETSNMP_PULL_METHOD = $(COMPONENT_PULL_METHOD)
endif
$(NETSNMP_DEP): $(NSCP_DISTDIR_FULL_RTL)
+ifneq ($(ARCH), WINNT)
ifdef COMPONENT_DEPS
$(FTP_PULL) -method $(NETSNMP_PULL_METHOD) \
-objdir $(NETSNMP_BUILD_DIR) -componentdir $(NETSNMP_RELEASE) \
-files lib,include,bin
+endif
-@if [ ! -f $@ ] ; \
then echo "Error: could not get component NETSNMP file $@" ; \