Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# $NetBSD: Makefile,v 1.4 2012/03/21 10:08:30 matt Exp $ NOMAN=1 WARNS= 2 .include <bsd.own.mk> LIB= bsdmalloc SRCS= malloc.c CPPFLAGS+= -D_REENT -D_REENTRANT -I${.CURDIR}/../libc/include/ .include <bsd.lib.mk>