Index: Makefile =================================================================== RCS file: /usr/cvsroot/asterisk/Makefile,v retrieving revision 1.103 diff -u -r1.103 Makefile --- Makefile 1 Aug 2004 14:19:04 -0000 1.103 +++ Makefile 1 Aug 2004 16:21:55 -0000 @@ -175,6 +175,9 @@ 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 \