DIRS =	client	\
	server

all: $(DIRS)

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