SUBDIRS = \
	sdbm\~ \
	ucd-snmp\~

install: $(SUBDIRS)

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