Module Name:    src
Committed By:   dsl
Date:           Fri Feb  7 21:52:46 UTC 2014

Modified Files:
        src/sys/arch/x86/include: Makefile

Log Message:
Userspace (especially libkvm) build better is cpu_extended_state.h
is exported.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x86/include/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/include/Makefile
diff -u src/sys/arch/x86/include/Makefile:1.17 src/sys/arch/x86/include/Makefile:1.18
--- src/sys/arch/x86/include/Makefile:1.17	Wed Aug 29 17:13:22 2012
+++ src/sys/arch/x86/include/Makefile	Fri Feb  7 21:52:46 2014
@@ -1,4 +1,4 @@
-# 	$NetBSD: Makefile,v 1.17 2012/08/29 17:13:22 drochner Exp $
+# 	$NetBSD: Makefile,v 1.18 2014/02/07 21:52:46 dsl Exp $
 
 INCSDIR=/usr/include/x86
 
@@ -6,6 +6,7 @@ INCS=	aout_machdep.h \
 	bootinfo.h \
 	cacheinfo.h \
 	cpu.h \
+	cpu_extended_state.h \
 	cpu_ucode.h \
 	cputypes.h \
 	cpuvar.h \

Reply via email to