diff options
| author | leo <leo@NetBSD.org> | 1998-11-24 15:16:48 +0000 |
|---|---|---|
| committer | leo <leo@NetBSD.org> | 1998-11-24 15:16:48 +0000 |
| commit | dee282eb128e5752737ee6935a775cff2566c6bf (patch) | |
| tree | 2bb591c535386e9179eb53401761af507121f286 /sys/arch/atari/include | |
| parent | d40f376b5646ce96d66be79212f8130522426373 (diff) | |
You also need intr.h, psl.h, pte.h and vmparam.h to build the world...
Diffstat (limited to 'sys/arch/atari/include')
| -rw-r--r-- | sys/arch/atari/include/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/atari/include/Makefile b/sys/arch/atari/include/Makefile index a99a39c680c..e0d08b738a1 100644 --- a/sys/arch/atari/include/Makefile +++ b/sys/arch/atari/include/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.3 1998/09/02 10:59:22 leo Exp $ +# $NetBSD: Makefile,v 1.4 1998/11/24 15:16:48 leo Exp $ KDIR= /sys/arch/atari/include INCSDIR= /usr/include/atari INCS= ahdilabel.h ansi.h aout_machdep.h asm.h cdefs.h cpu.h \ cpufunc.h db_machdep.h disklabel.h elf_machdep.h endian.h \ - float.h frame.h ieeefp.h kcore.h limits.h \ - msioctl.h param.h pcb.h pmap.h proc.h profile.h \ - ptrace.h reg.h setjmp.h signal.h stdarg.h trap.h types.h \ - varargs.h + float.h frame.h intr.h ieeefp.h kcore.h limits.h \ + msioctl.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> |
