Makefile revision 1.5
11.5Sapb# $NetBSD: Makefile,v 1.5 2011/12/20 17:09:04 apb Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.PATH: ${.CURDIR}/../../../../dev 51.1Spooka 61.1SpookaLIB= rumpdev_rnd 71.1Spooka 81.5SapbSRCS= rnd.c rndpseudo.c rndpool.c 91.1Spooka 101.1SpookaSRCS+= component.c 111.1Spooka 121.5Sapb# sys/rump/Makefile.rump sets CPPFLAGS+= -DCOMPAT_50=1, 131.5Sapb# so we need rndpseudo_50.c from the compat/common directory. 141.5Sapb.PATH: ${.CURDIR}/../../../../compat/common 151.5SapbSRCS+= rndpseudo_50.c 161.5Sapb 171.1SpookaCPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs 181.1Spooka 191.1Spooka.include <bsd.lib.mk> 201.1Spooka.include <bsd.klinks.mk> 21