87f35e6a2a
This will help with importing OpenBSD programs such as ypldap into the base system.
16 lines
167 B
Makefile
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>
|