
MODULE_TOPDIR = ..

SUBDIRS = \
	drivers \
	base \
	db.login

include $(MODULE_TOPDIR)/include/Make/Dir.make

default: subdirs

clean: cleansubdirs

