svn commit: r290836 - head/lib/libopenbsd

Craig Rodrigues rodrigc at FreeBSD.org
Sat Nov 14 23:13:16 UTC 2015


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>


More information about the svn-src-all mailing list