]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libnetbsd/Makefile
Optionally bind ktls threads to NUMA domains
[FreeBSD/FreeBSD.git] / lib / libnetbsd / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PACKAGE=lib${LIB}
6 LIB=    netbsd
7
8 CFLAGS+=        -I${.CURDIR}
9
10 SRCS+=  efun.c sockaddr_snprintf.c strsuftoll.c util.c util.h
11
12 INTERNALLIB=
13
14 .include <bsd.lib.mk>