mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
15 lines
174 B
Makefile
15 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= openbsd
|
|
SRCS= getdtablecount.c \
|
|
imsg-buffer.c \
|
|
imsg.c \
|
|
ohash.c
|
|
INTERNALLIB=
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
WARNS= 3
|
|
|
|
.include <bsd.lib.mk>
|