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

# $NetBSD: Makefile,v 1.1 2010/03/10 23:16:16 abs Exp $
# edlabel (Edit Disk LABEL)

NOMAN=	# defined

PROG=	edlabel
LDADD+=-lutil
DPADD+=${LIBUTIL}

.include <bsd.prog.mk>