aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-28 16:37:44 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-28 16:37:44 +0000
commit26ecda64ee37840c44729669ae802de830159cd1 (patch)
treefb955e7533e430782e443a58ca1d2a2a927e7d19 /utils
parent29ef9959206bc929095f26ef3f0ccd9140af3b75 (diff)
Don't build muted on OpenBSD, it is not supported.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46377 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index f41d8f369..747e048f2 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -23,6 +23,10 @@ ifeq ($(OSARCH),SunOS)
UTILS:=$(filter-out muted,$(UTILS))
endif
+ifeq ($(OSARCH),OpenBSD)
+ UTILS:=$(filter-out muted,$(UTILS))
+endif
+
ifeq ($(POPT_LIB),)
UTILS:=$(filter-out smsq,$(UTILS))
endif