summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-11-14 23:13:15 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-11-14 23:13:15 +0000
commit87f35e6a2a5439b32961eba63c9e2d8942e4a3cd (patch)
treed4827c7148b6266077d7c7adec5fdf02088a86fe /lib
parent9a0b9f3b8c35a2610bdf7f5782412b75768f215a (diff)
downloadFreeBSD-src-87f35e6a2a5439b32961eba63c9e2d8942e4a3cd.zip
FreeBSD-src-87f35e6a2a5439b32961eba63c9e2d8942e4a3cd.tar.gz
Add imsg to libopenbsd.
This will help with importing OpenBSD programs such as ypldap into the base system.
Diffstat (limited to 'lib')
-rw-r--r--lib/libopenbsd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libopenbsd/Makefile b/lib/libopenbsd/Makefile
index d23ae35..3f16bff 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>
OpenPOWER on IntegriCloud