aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-01 18:48:37 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-01 18:48:37 +0000
commit71e6f3bccfef5de2c6bd914f44850441458a482d (patch)
tree07c80f3b5c92d6cb99b3303a707a77e3ace68de2 /Makefile
parent8b9d57b7692392aa6167318c09ba17547c162e07 (diff)
Fix OpenBSD compile (bug #2193)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3565 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 6efb48238..a640415c3 100755
--- a/Makefile
+++ b/Makefile
@@ -175,6 +175,9 @@ endif
ifeq (${OSARCH},FreeBSD)
LIBS+=-lcrypto
endif
+ifeq (${OSARCH},OpenBSD)
+LIBS=-lcrypto -lpthread -lm -lncurses
+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 \