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.5 2009/12/13 05:01:33 nakayama Exp $

.if ${MACHINE} == "sparc"
PROG=	tadpolectl
SRCS=	tadpolectl.c
.endif

MAN=	tadpolectl.8
MANSUBDIR=	/sparc

.include <bsd.prog.mk>