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.11 2016/01/26 23:12:16 pooka Exp $ # .PATH: ${.CURDIR}/../../../../dev LIB= rumpdev_rnd COMMENT=/dev/{,u}random IOCONF= RND.ioconf SRCS= rndpseudo.c SRCS+= rnd_component.c .include <bsd.lib.mk> .include <bsd.klinks.mk>