DIRS =	snmputil	\
	testdll		

all: $(DIRS)

$(DIRS):
	cd $@
	echo *** $@ *** >>$(MSTOOLS)\samples\snmp.tmp
	nmake -a -i 1>>$(MSTOOLS)\samples\snmp.tmp 2>&1
	cd ..
	
