Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev/lib/libdisk remember to build opendisk



details:   https://anonhg.NetBSD.org/src/rev/bca35cd823d0
branches:  trunk
changeset: 747271:bca35cd823d0
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Sep 07 20:50:35 2009 +0000

description:
remember to build opendisk

diffstat:

 sys/rump/dev/lib/libdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f307628cfb2 -r bca35cd823d0 sys/rump/dev/lib/libdisk/Makefile
--- a/sys/rump/dev/lib/libdisk/Makefile Mon Sep 07 20:06:21 2009 +0000
+++ b/sys/rump/dev/lib/libdisk/Makefile Mon Sep 07 20:50:35 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2009/06/09 16:16:15 pooka Exp $
+#      $NetBSD: Makefile,v 1.2 2009/09/07 20:50:35 pooka Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../kern                                     \
@@ -7,7 +7,7 @@
 LIB=   rumpdev_disk
 
 # sys/kern
-SRCS=  kern_physio.c subr_disk.c subr_disk_mbr.c
+SRCS=  kern_physio.c subr_disk.c subr_disk_mbr.c subr_disk_open.c
 
 # sys/dev
 SRCS+= dksubr.c dk.c



Home | Main Index | Thread Index | Old Index