diff --git a/make/topdir.mk b/make/topdir.mk index c0d9e39f..dd9ff3dd 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -4,7 +4,8 @@ clean: topdir.clean distclean: topdir.distclean config: -SUBDIRS ?= $(wildcard inst/pre make tools include lib bin util plugins cfg doc test inst/post) +SUBDIRS ?= $(wildcard inst/pre make scripts tools include lib bin \ + util plugins conf config cfg doc test inst/post) ifneq ($(wildcard $(TOPDIR)/make/defs.mk),) include $(TOPDIR)/make/defs.mk