Module Name:    src
Committed By:   dsl
Date:           Tue Feb 18 22:05:56 UTC 2014

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

Log Message:
Copy fpu.h to release


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amd64/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/amd64/include/Makefile
diff -u src/sys/arch/amd64/include/Makefile:1.16 src/sys/arch/amd64/include/Makefile:1.17
--- src/sys/arch/amd64/include/Makefile:1.16	Tue Feb 11 20:17:16 2014
+++ src/sys/arch/amd64/include/Makefile	Tue Feb 18 22:05:56 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.16 2014/02/11 20:17:16 dsl Exp $
+#	$NetBSD: Makefile,v 1.17 2014/02/18 22:05:56 dsl Exp $
 
 INCSDIR= /usr/include/amd64
 
@@ -7,7 +7,7 @@ INCS=	ansi.h aout_machdep.h asm.h \
 	cdefs.h cpu.h \
 	disklabel.h \
 	elf_machdep.h endian.h endian_machdep.h \
-	float.h frame.h frame_regs.h \
+	float.h fpu.h frame.h frame_regs.h \
 	gdt.h \
 	ieee.h ieeefp.h fenv.h \
 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \

Reply via email to