aboutsummaryrefslogtreecommitdiff
path: root/lib/libopenbsd/Makefile
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2015-11-14 23:13:15 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2015-11-14 23:13:15 +0000
commit649e1da36011c0ba70019fc668e132f22a595a2a (patch)
treed4827c7148b6266077d7c7adec5fdf02088a86fe /lib/libopenbsd/Makefile
parent1bbc47cb358b37d1d57a45311eedb9f3518f3473 (diff)
Notes
Diffstat (limited to 'lib/libopenbsd/Makefile')
-rw-r--r--lib/libopenbsd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libopenbsd/Makefile b/lib/libopenbsd/Makefile
index d23ae3540cea..3f16bff3941e 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>