Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# $NetBSD: Makefile,v 1.1 2013/02/23 14:16:50 jmmv Exp $ KYUA_LIBS= utils .include <bsd.init.mk> .PATH: ${SRCDIR}/store LIB= store WARNS?= 3 SRCS= backend.cpp \ dbtypes.cpp \ exceptions.cpp \ metadata.cpp \ transaction.cpp .include <bsd.lib.mk>