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$

PACKAGE=lib${LIB}
LIB=		mt
SHLIBDIR?=	/lib
SRCS=		mtlib.c
INCS=		mtlib.h

LIBADD=		sbuf bsdxml

MAN=		mt.3

.include <bsd.lib.mk>