Module Name:    src
Committed By:   pgoyette
Date:           Sat Jul 16 11:07:00 UTC 2016

Modified Files:
        src/sys/rump/librump/rumpkern [pgoyette-localcount]: Makefile.rumpkern

Log Message:
Make sure we include the localcount routines in the rump libraries


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.167.2.1 \
    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.167 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.167.2.1
--- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.167	Mon Apr 11 06:49:11 2016
+++ src/sys/rump/librump/rumpkern/Makefile.rumpkern	Sat Jul 16 11:06:59 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rumpkern,v 1.167 2016/04/11 06:49:11 ozaki-r Exp $
+#	$NetBSD: Makefile.rumpkern,v 1.167.2.1 2016/07/16 11:06:59 pgoyette Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -108,6 +108,7 @@ SRCS+=	init_sysctl_base.c	\
 	subr_kcpuset.c		\
 	subr_kmem.c		\
 	subr_kobj.c		\
+	subr_localcount.c	\
 	subr_log.c		\
 	subr_lwp_specificdata.c	\
 	subr_once.c		\

Reply via email to