Module Name: src
Committed By: ozaki-r
Date: Mon Apr 11 06:49:11 UTC 2016
Modified Files:
src/sys/rump/librump/rumpkern: Makefile.rumpkern
Log Message:
Add psref to rump kernel
To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/sys/rump/librump/rumpkern/Makefile.rumpkern
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpkern/Makefile.rumpkern
diff -u src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.166 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.167
--- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.166 Tue Jan 26 23:41:15 2016
+++ src/sys/rump/librump/rumpkern/Makefile.rumpkern Mon Apr 11 06:49:11 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpkern,v 1.166 2016/01/26 23:41:15 pooka Exp $
+# $NetBSD: Makefile.rumpkern,v 1.167 2016/04/11 06:49:11 ozaki-r Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -116,6 +116,7 @@ SRCS+= init_sysctl_base.c \
subr_pool.c \
subr_prf.c \
subr_pserialize.c \
+ subr_psref.c \
subr_specificdata.c \
subr_time.c \
subr_vmem.c \