Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
# $NetBSD: Makefile,v 1.3 2016/01/26 23:12:17 pooka Exp $ # LIB= rumpkern_sysproxy COMMENT=Remote system call support (rump kernel as a server) SRCS= sysproxy.c .include <bsd.lib.mk> .include <bsd.klinks.mk>