Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/include install fpu.h, needed for new lib/csu...



details:   https://anonhg.NetBSD.org/src/rev/dafaeff62469
branches:  trunk
changeset: 520776:dafaeff62469
user:      ross <ross%NetBSD.org@localhost>
date:      Wed Jan 16 01:19:22 2002 +0000

description:
install fpu.h, needed for new lib/csu features

diffstat:

 sys/arch/alpha/include/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ff8c77a5a456 -r dafaeff62469 sys/arch/alpha/include/Makefile
--- a/sys/arch/alpha/include/Makefile   Tue Jan 15 23:48:51 2002 +0000
+++ b/sys/arch/alpha/include/Makefile   Wed Jan 16 01:19:22 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 2001/09/19 16:32:04 thorpej Exp $
+#      $NetBSD: Makefile,v 1.19 2002/01/16 01:19:22 ross Exp $
 
 KDIR=  /sys/arch/alpha/include
 INCSDIR= /usr/include/alpha
@@ -8,7 +8,7 @@
        cdefs.h cfbreg.h conf.h cpu.h cpuconf.h \
        db_machdep.h disklabel.h \
        ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
-       float.h frame.h \
+       float.h fpu.h frame.h \
        ieee.h ieeefp.h \
        int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
        intr.h \



Home | Main Index | Thread Index | Old Index