Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# $FreeBSD$

LIB=		stats
SHLIBDIR?= 	/lib
SHLIB_MAJOR=	0
SRCS=		subr_stats.c tcp_stats.c

# To debug, comment WITHOUT_ASSERT_DEBUG= and uncomment CFLAGS:=
WITHOUT_ASSERT_DEBUG=
#CFLAGS:=${CFLAGS:C/-O[0-9]/-O0 -g3/} -DDIAGNOSTIC

.PATH:	${.CURDIR}/../../sys/kern ${.CURDIR}/../../sys/netinet

.include <bsd.lib.mk>