Add imsg to libopenbsd.

This will help with importing OpenBSD programs such as ypldap
into the base system.
This commit is contained in:
Craig Rodrigues 2015-11-14 23:13:15 +00:00
parent 1bbc47cb35
commit 649e1da360
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290836

View file

@ -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>