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.8 2011/05/26 12:56:30 joerg Exp $
#	from: @(#)Makefile	8.1 (Berkeley) 6/5/93

.include <bsd.own.mk>

PROG=	rtquery
MAN=	rtquery.8
BINDIR?=	/usr/sbin
.if !defined(NOPIC)
LDSTATIC?=
.endif
#COPTS=	-g -DDEBUG -Wall

CWARNFLAGS.clang+=	-Wno-array-bounds

.include "../../Makefile.inc"
.include <bsd.prog.mk>