include $(DEVBASE)/make/Makeparams

ifeq (${BUILD_BB},yes)
#	SUBDIRS = vxstub stub res_reader bb_provider
	SUBDIRS = stub res_reader bb_provider
else
	SUBDIRS = vxstub stub res_reader
endif

include $(DEVBASE)/make/Makesubdirs


