11.14Soster#	$NetBSD: Makefile,v 1.14 2023/09/25 21:59:38 oster Exp $
21.1Spooka#
31.1Spooka
41.1Spooka.PATH:	${.CURDIR}/../../../../dev/raidframe
51.1Spooka
61.1SpookaLIB=	rumpdev_raidframe
71.9SpookaCOMMENT=RAIDframe (software RAID)
81.9Spooka
91.7SchristosIOCONF=	RAIDFRAME.ioconf
101.1SpookaSRCS=   rf_acctrace.c rf_alloclist.c rf_aselect.c rf_callback.c		\
111.14Soster	rf_chaindecluster.c rf_cvscan.c rf_dagdegrd.c			\
121.1Spooka	rf_dagdegwr.c rf_dagffrd.c rf_dagffwr.c rf_dagfuncs.c		\
131.1Spooka	rf_dagutils.c rf_debugMem.c rf_debugprint.c rf_decluster.c	\
141.1Spooka	rf_declusterPQ.c rf_diskqueue.c rf_disks.c rf_driver.c		\
151.1Spooka	rf_engine.c rf_evenodd.c rf_evenodd_dagfuncs.c rf_evenodd_dags.c\
161.1Spooka	rf_fifo.c rf_interdecluster.c rf_invertq.c rf_layout.c		\
171.1Spooka	rf_map.c rf_mcpair.c rf_netbsdkintf.c rf_nwayxor.c rf_options.c	\
181.1Spooka	rf_paritylog.c rf_paritylogDiskMgr.c rf_paritylogging.c		\
191.1Spooka	rf_parityloggingdags.c rf_parityscan.c rf_pq.c rf_pqdeg.c	\
201.1Spooka	rf_pqdegdags.c rf_psstatus.c rf_raid0.c rf_raid1.c rf_raid4.c	\
211.1Spooka	rf_raid5.c rf_raid5_rotatedspare.c rf_reconbuffer.c		\
221.1Spooka	rf_reconmap.c rf_reconstruct.c rf_reconutil.c rf_revent.c	\
231.1Spooka	rf_shutdown.c rf_sstf.c rf_states.c rf_stripelocks.c		\
241.5Spooka	rf_strutils.c rf_utils.c rf_paritymap.c
251.1Spooka
261.4SpookaSRCS+=	raidframe_component.c
271.1Spooka
281.8Schristos.include <bsd.init.mk>
291.8Schristos
301.1Spooka.include <bsd.lib.mk>
311.1Spooka.include <bsd.klinks.mk>
32