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$

.include <src.opts.mk>

CONFSDIR=	/etc/newsyslog.conf.d

CONFS=

.if ${MK_FTP} != "no"
CONFS+=		ftp.conf
.endif

.if ${MK_LPR} != "no"
CONFS+=		lpr.conf
.endif

.if ${MK_OFED} != "no"
CONFS+=		opensm.conf
.endif

.if ${MK_PF} != "no"
CONFS+=		pf.conf
.endif

.if ${MK_PPP} != "no"
CONFS+=		ppp.conf
.endif

.if ${MK_SENDMAIL} != "no"
CONFS+=		sendmail.conf
.endif

.include <bsd.prog.mk>