Makefile revision 1.1
11.1Spooka# $NetBSD: Makefile,v 1.1 2009/06/09 16:16:15 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.PATH: ${.CURDIR}/../../../../dev/raidframe 51.1Spooka 61.1SpookaLIB= rumpdev_raidframe 71.1Spooka 81.1SpookaSRCS= rf_acctrace.c rf_alloclist.c rf_aselect.c rf_callback.c \ 91.1Spooka rf_chaindecluster.c rf_copyback.c rf_cvscan.c rf_dagdegrd.c \ 101.1Spooka rf_dagdegwr.c rf_dagffrd.c rf_dagffwr.c rf_dagfuncs.c \ 111.1Spooka rf_dagutils.c rf_debugMem.c rf_debugprint.c rf_decluster.c \ 121.1Spooka rf_declusterPQ.c rf_diskqueue.c rf_disks.c rf_driver.c \ 131.1Spooka rf_engine.c rf_evenodd.c rf_evenodd_dagfuncs.c rf_evenodd_dags.c\ 141.1Spooka rf_fifo.c rf_interdecluster.c rf_invertq.c rf_layout.c \ 151.1Spooka rf_map.c rf_mcpair.c rf_netbsdkintf.c rf_nwayxor.c rf_options.c \ 161.1Spooka rf_paritylog.c rf_paritylogDiskMgr.c rf_paritylogging.c \ 171.1Spooka rf_parityloggingdags.c rf_parityscan.c rf_pq.c rf_pqdeg.c \ 181.1Spooka rf_pqdegdags.c rf_psstatus.c rf_raid0.c rf_raid1.c rf_raid4.c \ 191.1Spooka rf_raid5.c rf_raid5_rotatedspare.c rf_reconbuffer.c \ 201.1Spooka rf_reconmap.c rf_reconstruct.c rf_reconutil.c rf_revent.c \ 211.1Spooka rf_shutdown.c rf_sstf.c rf_states.c rf_stripelocks.c \ 221.1Spooka rf_strutils.c rf_utils.c rf_compat50.c 231.1Spooka 241.1SpookaSRCS+= component.c 251.1Spooka 261.1Spooka.include <bsd.lib.mk> 271.1Spooka.include <bsd.klinks.mk> 28