From f8d9830a1a677d9803dc9de62186139d058c8148 Mon Sep 17 00:00:00 2001 From: pooka Date: Mon, 23 Nov 2009 12:23:20 +0000 Subject: [PATCH] Add rf_paritymap.c, which is now required for raidframe. --- sys/rump/dev/lib/libraidframe/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/rump/dev/lib/libraidframe/Makefile b/sys/rump/dev/lib/libraidframe/Makefile index 0ed5fc320f99..b86e2381746e 100644 --- a/sys/rump/dev/lib/libraidframe/Makefile +++ b/sys/rump/dev/lib/libraidframe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/09/07 14:28:18 pooka Exp $ +# $NetBSD: Makefile,v 1.3 2009/11/23 12:23:20 pooka Exp $ # .PATH: ${.CURDIR}/../../../../dev/raidframe @@ -19,7 +19,7 @@ SRCS= rf_acctrace.c rf_alloclist.c rf_aselect.c rf_callback.c \ rf_raid5.c rf_raid5_rotatedspare.c rf_reconbuffer.c \ rf_reconmap.c rf_reconstruct.c rf_reconutil.c rf_revent.c \ rf_shutdown.c rf_sstf.c rf_states.c rf_stripelocks.c \ - rf_strutils.c rf_utils.c rf_compat50.c + rf_strutils.c rf_utils.c rf_compat50.c rf_paritymap.c SRCS+= component.c