Home | History | Annotate | Line # | Download | only in libdisk
Makefile revision 1.1.2.4
      1  1.1.2.4  yamt #	$NetBSD: Makefile,v 1.1.2.4 2010/03/11 15:04:33 yamt Exp $
      2  1.1.2.2  yamt #
      3  1.1.2.2  yamt 
      4  1.1.2.2  yamt .PATH:	${.CURDIR}/../../../../kern					\
      5  1.1.2.2  yamt 	${.CURDIR}/../../../../dev ${.CURDIR}/../../../../dev/dkwedge
      6  1.1.2.2  yamt 
      7  1.1.2.2  yamt LIB=	rumpdev_disk
      8  1.1.2.2  yamt 
      9  1.1.2.4  yamt #
     10  1.1.2.4  yamt # We use subr_disk_mbr on all platforms.  The current structure of
     11  1.1.2.4  yamt # code allows us to pick only one readdisklabel() routine.  While
     12  1.1.2.4  yamt # this is not the native one for all platforms, it's probably the
     13  1.1.2.4  yamt # most common one in an image floating on the internetto.
     14  1.1.2.4  yamt SRCS=	subr_disk_mbr.c
     15  1.1.2.2  yamt 
     16  1.1.2.4  yamt # sys/kern
     17  1.1.2.4  yamt SRCS+=	subr_disk.c subr_disk_open.c
     18  1.1.2.2  yamt # sys/dev
     19  1.1.2.4  yamt SRCS+=	dksubr.c dk.c
     20  1.1.2.2  yamt 
     21  1.1.2.2  yamt .include <bsd.lib.mk>
     22  1.1.2.2  yamt .include <bsd.klinks.mk>
     23