summaryrefslogtreecommitdiff
path: root/make/bsd-dep.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/bsd-dep.mk')
-rw-r--r--make/bsd-dep.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/bsd-dep.mk b/make/bsd-dep.mk
index 2e816bdb4..b283284d0 100644
--- a/make/bsd-dep.mk
+++ b/make/bsd-dep.mk
@@ -1,4 +1,4 @@
-DFILES != perl -e 'print join " ", <*.cpp>, <commands/*.cpp>, <modes/*.cpp>, <modules/*.cpp>, <modules/m_spanningtree/*.cpp>'
+DFILES != perl -e 'print join " ", <*.cpp>, <commands/*.cpp>, <modes/*.cpp>, <modules/*.cpp>, <modules/m_*/*.cpp>'
DFILES += socketengines/$(SOCKETENGINE).cpp threadengines/threadengine_pthread.cpp
alldep: