Index: Makefile =================================================================== RCS file: /usr/cvsroot/asterisk/Makefile,v retrieving revision 1.102 diff -u -r1.102 Makefile --- Makefile 19 Jul 2004 15:52:57 -0000 1.102 +++ Makefile 1 Aug 2004 01:22:59 -0000 @@ -175,6 +175,9 @@ ifeq (${OSARCH},FreeBSD) LIBS+=-lcrypto endif +ifeq (${OSARCH},OpenBSD) +LIBS=-lcrypto -lpthread +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 \