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.inc,v 1.2 2016/01/14 00:38:19 christos Exp $

BINDIR=		/usr/bin
DIST=		${NETBSDSRCDIR}/external/gpl2/texinfo
IDIST=		${DIST}/dist

CPPFLAGS+=	-I${DIST}/include -I${IDIST}/lib \
		-DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H

CWARNFLAGS.clang+=	-Wno-format-security

.if !defined(MAKEDOC)
PROGDPLIBS+=	common ${DIST}/lib

DPADD+=		${LIBINTL}
LDADD+=		-lintl
.endif