Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile,v 1.4 2016/09/17 17:09:10 christos Exp $ # .include <bsd.init.mk> CPPFLAGS+= -I. PROG= elf2bb MKMAN= no SRCS= elf2bb.c chksum.c .include <bsd.prog.mk>