Add math.h.

This commit is contained in:
soren 2000-03-21 02:48:17 +00:00
parent 7db0d53d01
commit 826e64bd17
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2000/03/19 23:07:45 soren Exp $ # $NetBSD: Makefile,v 1.2 2000/03/21 02:48:17 soren Exp $
KDIR= /sys/arch/cobalt/include KDIR= /sys/arch/cobalt/include
INCSDIR= /usr/include/cobalt INCSDIR= /usr/include/cobalt
@ -6,8 +6,8 @@ INCSDIR= /usr/include/cobalt
INCS= ansi.h aout_machdep.h autoconf.h bsd-aout.h bswap.h cdefs.h conf.h \ INCS= ansi.h aout_machdep.h autoconf.h bsd-aout.h bswap.h cdefs.h conf.h \
cpu.h db_machdep.h disklabel.h ecoff_machdep.h elf_machdep.h endian.h \ cpu.h db_machdep.h disklabel.h ecoff_machdep.h elf_machdep.h endian.h \
endian_machdep.h float.h ieee.h ieeefp.h intr.h kcore.h kdbparam.h \ endian_machdep.h float.h ieee.h ieeefp.h intr.h kcore.h kdbparam.h \
leds.h limits.h locore.h mips_opcode.h nvram.h param.h pcb.h pmap.h \ leds.h limits.h locore.h math.h mips_opcode.h nvram.h param.h pcb.h \
proc.h profile.h psl.h pte.h ptrace.h reg.h regdef.h regnum.h reloc.h \ pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h regdef.h regnum.h \
setjmp.h signal.h stdarg.h trap.h types.h varargs.h vmparam.h reloc.h setjmp.h signal.h stdarg.h trap.h types.h varargs.h vmparam.h
.include <bsd.kinc.mk> .include <bsd.kinc.mk>