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.19 2011/08/28 08:20:58 christos Exp $
#	@(#)Makefile	8.3 (Berkeley) 5/8/95

.include <bsd.own.mk>

PROG=	df

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

.include <bsd.prog.mk>