From 649e1da36011c0ba70019fc668e132f22a595a2a Mon Sep 17 00:00:00 2001 From: Craig Rodrigues <rodrigc@FreeBSD.org> Date: Sat, 14 Nov 2015 23:13:15 +0000 Subject: [PATCH] Add imsg to libopenbsd. This will help with importing OpenBSD programs such as ypldap into the base system. --- lib/libopenbsd/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libopenbsd/Makefile b/lib/libopenbsd/Makefile index d23ae3540cea..3f16bff3941e 100644 --- a/lib/libopenbsd/Makefile +++ b/lib/libopenbsd/Makefile @@ -2,6 +2,8 @@ LIB= openbsd SRCS= getdtablecount.c \ + imsg-buffer.c \ + imsg.c \ ohash.c INTERNALLIB= @@ -9,4 +11,5 @@ CFLAGS+= -I${.CURDIR} WARNS= 3 +NO_WERROR= .include <bsd.lib.mk>