Pullin m68k/ieee.h.

This commit is contained in:
minoura 1999-03-15 12:42:51 +00:00
parent bfdc9ed402
commit 9729dbb6ad
2 changed files with 8 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.3 1999/01/15 13:31:23 bouyer Exp $
# $NetBSD: Makefile,v 1.4 1999/03/15 12:42:51 minoura Exp $
KDIR= /sys/arch/amiga/include
INCSDIR= /usr/include/amiga
INCS= ansi.h aout_machdep.h asm.h bswap.h bus.h cdefs.h conf.h cpu.h \
cpufunc.h db_machdep.h disklabel.h elf_machdep.h endian.h fbio.h \
float.h frame.h ieeefp.h intr.h kcore.h limits.h mtpr.h param.h pcb.h \
pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h setjmp.h signal.h \
stdarg.h trap.h types.h varargs.h vmparam.h
float.h frame.h ieee.h ieeefp.h intr.h kcore.h limits.h mtpr.h \
param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h \
setjmp.h signal.h stdarg.h trap.h types.h varargs.h vmparam.h
.include <bsd.kinc.mk>

View File

@ -0,0 +1,4 @@
/* $NetBSD: ieee.h,v 1.1 1999/03/15 12:42:51 minoura Exp $ */
/* Just use the common m68k definition */
#include <m68k/ieee.h>