NetBSD/sys/arch/m68k/include/Makefile
kleink 11e6c54cfc C99: Define a NAN macro in <math.h> which evaulates to a constant expression of
a single-precision quiet NaN; only to be defined on platforms that do support
this value.
1999-12-23 10:15:05 +00:00

14 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.6 1999/12/23 10:15:11 kleink Exp $
KDIR= /sys/arch/m68k/include
INCSDIR= /usr/include/m68k
INCS= ansi.h aout_machdep.h asm.h asm_single.h bswap.h cacheops.h \
cacheops_20.h cacheops_30.h cacheops_40.h cacheops_60.h cdefs.h \
cpu.h db_machdep.h elf_machdep.h endian.h float.h frame.h ieee.h \
ieeefp.h kcore.h limits.h m68k.h math.h param.h pcb.h profile.h psl.h \
ptrace.h reg.h setjmp.h signal.h stdarg.h svr4_machdep.h \
sync_icache.h sysctl.h trap.h types.h varargs.h
.include <bsd.kinc.mk>