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

# $FreeBSD$

PACKAGE=	natd
PROG		= natd
SRCS		= natd.c icmp.c
WARNS?=	3
LIBADD		= alias
MAN		= natd.8

.include <bsd.prog.mk>