SUBDIRS = \
	agent\~ \
	snmplib\~ 

install: $(SUBDIRS)

$(SUBDIRS):
	@echo $(@D)
	@if exist $(@D)\NMAKEmakefile <<nmaketmp.bat
	@cd $(@D)
	@$(MAKE) -nologo -A -f NMAKEmakefile install
	@cd ..
<<
