aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-15 22:42:25 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-15 22:42:25 +0000
commit8b2e1eeb57fca1c654142d52fd6a2435e6db0e59 (patch)
treee9e7887e5f5b33bf62bbaa28dca16e2d675c4573 /apps/Makefile
parent82be033766c71b6b6aca8877e503929abb8a75cb (diff)
FreeBSD compile fix (bug #1655)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2970 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 4a608c420..3316a22e6 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -30,8 +30,10 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
app_groupcount.so
ifneq (${OSARCH},Darwin)
+ifneq (${OSARCH},FreeBSD)
APPS+=app_intercom.so
endif
+endif
#APPS+=app_sql_postgres.so
#APPS+=app_sql_odbc.so