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
#	$NetBSD: Makefile,v 1.9 2008/09/19 18:33:34 joerg Exp $
#	$OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $
#	$DragonFly: src/usr.bin/patch/Makefile,v 1.8 2008/08/10 23:50:12 joerg Exp $

PROG=	patch
SRCS=	patch.c pch.c inp.c util.c backupfile.c mkpath.c

.include <bsd.prog.mk>