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$

PROG =	rpc.rwalld
SRCS =	rwalld.c
MAN =	rpc.rwalld.8

LIBADD=	util

WARNS?=	2

.include <bsd.prog.mk>