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.3 2006/10/14 20:42:47 bjh21 Exp $

NOMAN=		# defined

PROG=		abortfixup
SRCS=		abortfixup.c

regress: ${PROG}
	./${PROG}

.include <bsd.prog.mk>