Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2015 23:13:15 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290836 - head/lib/libopenbsd
Message-ID:  <201511142313.tAENDFsD090396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigc
Date: Sat Nov 14 23:13:15 2015
New Revision: 290836
URL: https://svnweb.freebsd.org/changeset/base/290836

Log:
  Add imsg to libopenbsd.
  
  This will help with importing OpenBSD programs such as ypldap
  into the base system.

Modified:
  head/lib/libopenbsd/Makefile

Modified: head/lib/libopenbsd/Makefile
==============================================================================
--- head/lib/libopenbsd/Makefile	Sat Nov 14 23:07:38 2015	(r290835)
+++ head/lib/libopenbsd/Makefile	Sat Nov 14 23:13:15 2015	(r290836)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511142313.tAENDFsD090396>