Makefile revision 1.8
11.8Spooka# $NetBSD: Makefile,v 1.8 2015/05/16 13:59:00 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.PATH: ${.CURDIR}/../../../../kern \ 51.1Spooka ${.CURDIR}/../../../../dev ${.CURDIR}/../../../../dev/dkwedge 61.1Spooka 71.1SpookaLIB= rumpdev_disk 81.8SpookaSRCS= disk_component.c 91.1Spooka 101.4Spooka# 111.6Spooka# We use subr_disk_mbr on all platforms. The current structure of 121.6Spooka# code allows us to pick only one readdisklabel() routine. While 131.6Spooka# this is not the native one for all platforms, it's probably the 141.6Spooka# most common one in an image floating on the internetto. 151.8SpookaSRCS+= subr_disk_mbr.c 161.4Spooka 171.1Spooka# sys/kern 181.6SpookaSRCS+= subr_disk.c subr_disk_open.c 191.1Spooka# sys/dev 201.4SpookaSRCS+= dksubr.c dk.c 211.1Spooka 221.1Spooka.include <bsd.lib.mk> 231.1Spooka.include <bsd.klinks.mk> 24