#include "Calvin.tmpl"

#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'


SUBDIRS =			\
	./ntserv		\
	./ntstart		\
	./tools			\
	./motd			\
	./dotfiles		\
	./rsa_tools

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
RCSCheckoutSubdirs($(SUBDIRS))

World ::
	$(MAKE) $(MFLAGS) Makefiles
	$(MAKE) $(MFLAGS) depend
	$(MAKE) $(MFLAGS) all
