Sync usage with man page.
[netbsd-mini2440.git] / sys / rump / dev / lib / libdisk / Makefile
blobd0dcce77641cd49e595cfd93bdfdae5f9512d128
1 # $NetBSD: Makefile,v 1.5 2009/11/23 11:20:25 pooka Exp $
4 .PATH: ${.CURDIR}/../../../../kern \
5 ${.CURDIR}/../../../../dev ${.CURDIR}/../../../../dev/dkwedge
7 LIB= rumpdev_disk
10 # We use subr_disk_mbr on all platforms. The current structure of
11 # code allows us to pick only one readdisklabel() routine. While
12 # this is not the native one for all platforms, it's probably the
13 # most common one in an image floating on the internetto.
14 SRCS= subr_disk_mbr.c
16 # sys/kern
17 SRCS+= subr_disk.c subr_disk_open.c
18 # sys/dev
19 SRCS+= dksubr.c dk.c
21 CFLAGS+= -Wno-pointer-sign
23 .include <bsd.lib.mk>
24 .include <bsd.klinks.mk>