freebsd-src/lib/libopenbsd/Makefile
Craig Rodrigues 649e1da360 Add imsg to libopenbsd.
This will help with importing OpenBSD programs such as ypldap
into the base system.
2015-11-14 23:13:15 +00:00

16 lines
167 B
Makefile

# $FreeBSD$
LIB= openbsd
SRCS= getdtablecount.c \
imsg-buffer.c \
imsg.c \
ohash.c
INTERNALLIB=
CFLAGS+= -I${.CURDIR}
WARNS= 3
NO_WERROR=
.include <bsd.lib.mk>