Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile,v 1.3 2023/01/08 15:49:51 rillig Exp $ SRCS= flashctl.c PROG= flashctl MAN= flashctl.8 LINTFLAGS+= -T # strict bool mode WARNS= 4 .include <bsd.prog.mk>