
MODULE_TOPDIR = ..

SUBDIRS = \
	drivers \
	base \
	db.login

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

default: subdirs htmldir

clean: cleansubdirs

PGM = databaseintro
