Home | History | Annotate | Line # | Download | only in librnd
Makefile revision 1.1.4.1
      1 #	$NetBSD: Makefile,v 1.1.4.1 2010/04/30 14:44:24 uebayasi Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../../../dev
      5 
      6 LIB=	rumpdev_rnd
      7 
      8 SRCS=   rnd.c rndpool.c
      9 
     10 SRCS+=	component.c
     11 
     12 CPPFLAGS+=	-I${RUMPTOP}/librump/rumpvfs
     13 
     14 .include <bsd.lib.mk>
     15 .include <bsd.klinks.mk>
     16