Add math.h.
This commit is contained in:
parent
7db0d53d01
commit
826e64bd17
|
@ -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
|
||||
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 \
|
||||
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 \
|
||||
leds.h limits.h locore.h mips_opcode.h nvram.h param.h pcb.h pmap.h \
|
||||
proc.h profile.h psl.h pte.h ptrace.h reg.h regdef.h regnum.h reloc.h \
|
||||
setjmp.h signal.h stdarg.h trap.h types.h varargs.h vmparam.h
|
||||
leds.h limits.h locore.h math.h mips_opcode.h nvram.h param.h pcb.h \
|
||||
pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h regdef.h regnum.h \
|
||||
reloc.h setjmp.h signal.h stdarg.h trap.h types.h varargs.h vmparam.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
|
Loading…
Reference in New Issue