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> _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"