2002-02-10 12:29:19 +03:00
|
|
|
# $NetBSD: Makefile,v 1.2 2002/02/10 09:29:19 kleink Exp $
|
1998-06-13 03:22:30 +04:00
|
|
|
|
2002-02-10 04:53:06 +03:00
|
|
|
KDIR= /sys/arch/shark/include
|
|
|
|
INCSDIR= /usr/include/shark
|
1998-06-13 03:22:30 +04:00
|
|
|
|
2001-04-15 02:46:19 +04:00
|
|
|
INCS= ansi.h aout_machdep.h asm.h \
|
2001-11-24 06:56:48 +03:00
|
|
|
bswap.h bus.h \
|
|
|
|
cdefs.h cpu.h \
|
2001-11-25 19:22:47 +03:00
|
|
|
db_machdep.h disklabel.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
|
|
|
float.h fp.h frame.h \
|
2001-11-24 06:56:48 +03:00
|
|
|
ieee.h ieeefp.h \
|
2001-04-15 21:13:04 +04:00
|
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
2001-11-24 06:56:48 +03:00
|
|
|
intr.h ipkdb.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
limits.h lock.h \
|
2001-11-24 06:56:48 +03:00
|
|
|
math.h \
|
2001-11-26 23:41:42 +03:00
|
|
|
param.h pcb.h pmap.h proc.h profile.h ptrace.h \
|
2001-11-24 06:56:48 +03:00
|
|
|
reg.h \
|
2001-04-15 02:46:19 +04:00
|
|
|
setjmp.h signal.h stdarg.h sysarch.h \
|
|
|
|
trap.h types.h \
|
2001-11-24 06:56:48 +03:00
|
|
|
varargs.h vmparam.h
|
|
|
|
|
|
|
|
INCS+= devmap.h joystick.h
|
1998-06-13 03:22:30 +04:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|