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,v 1.2 2023/05/08 17:46:06 christos Exp $

.include <bsd.own.mk>

HELPER_NAME=	conftest
HELPER_DIR=	conf
HELPER_SRCS=	test.c

FILESDIR=	${TESTSDIR}
FILES=		d_conf_ssleay.cnf
.if ${HAVE_OPENSSL} <= 11
FILES+=		d_conf-1x.out
FILESNAME_d_conf-1x.out= d_conf.out
.else
FILES+=		d_conf-3x.out
FILESNAME_d_conf_ssleay.out= ssleay.out
FILESNAME_d_conf-3x.out= d_conf.out
.endif

.include <bsd.init.mk>