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.6 2008/07/24 05:21:12 dholland Exp $

SRCS=	atactl.c

PROG=	atactl
MAN=	atactl.8

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

.include <bsd.prog.mk>