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

1
2
3
4
5
6
7
8
9
#       $NetBSD: Makefile,v 1.1.2.2 2020/08/27 09:05:37 martin Exp $

PROG=	Xsun

.if ${MACHINE} == "sun3"
SYMLINKS=	${X11BINDIR}/Xsun ${X11BINDIR}/X
.endif

.include "../Makefile.Xsun"