MODDIR=. include $(MODDIR)/make/defs.mk SUBDIRS = $(REQUIRED) include $(MODDIR)/make/rules.mk include $(MODDIR)/make/rpmdist.mk all: $(make_subdirs_target) clean distclean: $(make_subdirs_target) install: all $(make_subdirs_target)