a3b886d834
they make no sense out of the kernel add some from atari/dev (ioctl's).
14 lines
430 B
Makefile
14 lines
430 B
Makefile
# $NetBSD: Makefile,v 1.3 1998/09/02 10:59:22 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
|
|
|
|
.include <bsd.kinc.mk>
|