summaryrefslogtreecommitdiff
path: root/sys/rump/dev/lib/librnd/Makefile
blob: 4e28cf342f8606b41f6c602047881c0c2c62d580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.12 2020/04/30 03:28:19 riastradh Exp $
#

.PATH:	${.CURDIR}/../../../../dev

LIB=	rumpdev_rnd
COMMENT=/dev/{,u}random

IOCONF=	RND.ioconf
SRCS=	random.c

SRCS+=	rnd_component.c

.include <bsd.lib.mk>
.include <bsd.klinks.mk>