aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-25 22:56:28 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-25 22:56:28 +0000
commit67168c5f8c300f29c4175b3ea78255b4dd2fac02 (patch)
tree8f009ecc8da16d4e36f3c59454a58b6bc616b9f3 /Makefile
parent1eadeb6d39575705696b48ae28ecf5a3b0b5e5df (diff)
Add crypto to FreeBSD build (bug #1912)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3310 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 95c4aba64..4139ae75b 100755
--- a/Makefile
+++ b/Makefile
@@ -171,6 +171,9 @@ endif
ifeq (${OSARCH},Darwin)
LIBS+=-lresolv
endif
+ifeq (${OSARCH},FreeBSD)
+LIBS+=-lcrypto
+endif
LIBS+=-lssl
OBJS=io.o sched.o logger.o frame.o loader.o config.o channel.o \
translate.o file.o say.o pbx.o cli.o md5.o term.o \