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.11 2007/01/27 17:57:45 cbiere Exp $
#	from: @(#)Makefile	5.4 (Berkeley) 5/11/93

PROG=	timedc
SRCS=	cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c tspname.c
MAN=	timedc.8
.PATH:	${.CURDIR}/../timed

.include <bsd.prog.mk>