Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev support pad(4)
details: https://anonhg.NetBSD.org/src/rev/b43f376d53a8
branches: trunk
changeset: 754489:b43f376d53a8
user: pooka <pooka%NetBSD.org@localhost>
date: Sat May 01 23:21:24 2010 +0000
description:
support pad(4)
diffstat:
sys/rump/dev/Makefile.rumpdev | 4 ++--
sys/rump/dev/lib/libpad/Makefile | 13 +++++++++++++
sys/rump/dev/lib/libpad/shlib_version | 4 ++++
3 files changed, 19 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r a4c4eac6e05e -r b43f376d53a8 sys/rump/dev/Makefile.rumpdev
--- a/sys/rump/dev/Makefile.rumpdev Sat May 01 23:19:56 2010 +0000
+++ b/sys/rump/dev/Makefile.rumpdev Sat May 01 23:21:24 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.rumpdev,v 1.11 2010/04/12 22:31:48 pooka Exp $
+# $NetBSD: Makefile.rumpdev,v 1.12 2010/05/01 23:21:24 pooka Exp $
#
-RUMPDEVLIST= bpf cgd disk dm fss netsmb raidframe rnd sysmon \
+RUMPDEVLIST= bpf cgd disk dm fss netsmb pad raidframe rnd sysmon \
ubt ucom ugenhc ulpt umass usb wscons
diff -r a4c4eac6e05e -r b43f376d53a8 sys/rump/dev/lib/libpad/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/dev/lib/libpad/Makefile Sat May 01 23:21:24 2010 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2010/05/01 23:21:24 pooka Exp $
+#
+
+.PATH: ${.CURDIR}/../../../../dev/pad
+
+LIB= rumpdev_pad
+
+SRCS= pad.c padvol.c
+
+CPPFLAGS+= -I${.CURDIR}/../../../librump/rumpvfs
+
+.include <bsd.lib.mk>
+.include <bsd.klinks.mk>
diff -r a4c4eac6e05e -r b43f376d53a8 sys/rump/dev/lib/libpad/shlib_version
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/dev/lib/libpad/shlib_version Sat May 01 23:21:24 2010 +0000
@@ -0,0 +1,4 @@
+# $NetBSD: shlib_version,v 1.1 2010/05/01 23:21:24 pooka Exp $
+#
+major=0
+minor=0
Home |
Main Index |
Thread Index |
Old Index