DIRS =	block	\
	nonblock

all: $(DIRS)

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