Index: head/lib/libopenbsd/Makefile =================================================================== --- head/lib/libopenbsd/Makefile (revision 290835) +++ head/lib/libopenbsd/Makefile (revision 290836) @@ -1,12 +1,15 @@ # $FreeBSD$ LIB= openbsd SRCS= getdtablecount.c \ + imsg-buffer.c \ + imsg.c \ ohash.c INTERNALLIB= CFLAGS+= -I${.CURDIR} WARNS= 3 +NO_WERROR= .include