summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-12-04 19:12:04 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-12-04 19:12:04 +0000
commit219603a32b255481da8c1cd0103e1af5af451175 (patch)
tree601d8d8b475906b97e645bb7e797068f3e82ef0d /Makefile
parentfb240fe06010f2b3631c2270ee289de010e5dd09 (diff)
add support for Gentoo modules.d directory
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@849 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 84f3663..317b0c8 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,10 @@ ifeq ($(BUILDVER),linux26)
else
ifneq (,$(wildcard $(ROOT_PREFIX)/etc/conf.modules))
MODCONF:=$(ROOT_PREFIX)/etc/conf.modules
+ else
+ ifneq (,$(wildcard $(ROOT_PREFIX)/etc/modules.d))
+ MODCONF:=$(ROOT_PREFIX)/etc/modules.d/zaptel
+ endif
endif
endif
endif