Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# $NetBSD: Makefile,v 1.6 2019/09/22 18:45:19 brad Exp $ .include <bsd.init.mk> USE_SHLIBDIR= yes .PATH: ${.CURDIR}/../../dist/common/avl CPPFLAGS+=-Wall -Wno-unknown-pragmas LIB= avl SRCS= avl.c .include "../../Makefile.zfs" .include <bsd.lib.mk>