diff options
| author | pooka <pooka@NetBSD.org> | 2009-11-23 11:20:25 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2009-11-23 11:20:25 +0000 |
| commit | bb7f50bcca9180dc2b5daf2b761e0b7e5e62ea42 (patch) | |
| tree | 9caa07cdd36530d65c93c650bc6255ef17153dd4 /sys/rump/dev/lib/libdisk | |
| parent | 9d14eb5043613c5943e9dd00300d9bb9f148fec1 (diff) | |
kern_physio is already provided by rumpvfs
Diffstat (limited to 'sys/rump/dev/lib/libdisk')
| -rw-r--r-- | sys/rump/dev/lib/libdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/rump/dev/lib/libdisk/Makefile b/sys/rump/dev/lib/libdisk/Makefile index a0679594d05..8cb66788bf0 100644 --- a/sys/rump/dev/lib/libdisk/Makefile +++ b/sys/rump/dev/lib/libdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/10/06 09:12:47 pooka Exp $ +# $NetBSD: Makefile,v 1.5 2009/11/23 11:20:25 pooka Exp $ # .PATH: ${.CURDIR}/../../../../kern \ @@ -13,7 +13,7 @@ LIB= rumpdev_disk .if ${MACHINE} == "i386" # sys/kern -SRCS= kern_physio.c subr_disk.c subr_disk_mbr.c subr_disk_open.c +SRCS= subr_disk.c subr_disk_mbr.c subr_disk_open.c # sys/dev SRCS+= dksubr.c dk.c .else |
