1#	$NetBSD: Makefile,v 1.12 2020/04/30 03:28:19 riastradh Exp $
2#
3
4.PATH:	${.CURDIR}/../../../../dev
5
6LIB=	rumpdev_rnd
7COMMENT=/dev/{,u}random
8
9IOCONF=	RND.ioconf
10SRCS=	random.c
11
12SRCS+=	rnd_component.c
13
14.include <bsd.lib.mk>
15.include <bsd.klinks.mk>
16