2003-01-18 00:55:23 +03:00
|
|
|
# $NetBSD: Makefile,v 1.17 2003/01/17 22:38:24 thorpej Exp $
|
2001-06-12 12:32:46 +04:00
|
|
|
|
2001-11-25 18:55:53 +03:00
|
|
|
INCSDIR= /usr/include/cats
|
|
|
|
|
|
|
|
INCS= ansi.h aout_machdep.h asm.h \
|
2002-09-28 19:53:03 +04:00
|
|
|
bswap.h bus.h \
|
2001-11-25 18:55:53 +03:00
|
|
|
cdefs.h cpu.h \
|
2001-11-25 19:22:47 +03:00
|
|
|
db_machdep.h disklabel.h \
|
2001-11-25 18:55:53 +03:00
|
|
|
elf_machdep.h endian.h endian_machdep.h \
|
|
|
|
float.h fp.h frame.h \
|
|
|
|
ieee.h ieeefp.h \
|
|
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
|
|
|
intr.h ipkdb.h \
|
|
|
|
limits.h lock.h \
|
2003-01-18 00:55:23 +03:00
|
|
|
math.h mcontext.h \
|
2002-08-07 09:14:47 +04:00
|
|
|
param.h pcb.h pmap.h pmc.h proc.h profile.h ptrace.h \
|
2001-11-25 18:55:53 +03:00
|
|
|
reg.h \
|
|
|
|
setjmp.h signal.h stdarg.h sysarch.h \
|
|
|
|
trap.h types.h \
|
|
|
|
varargs.h vmparam.h
|
|
|
|
|
|
|
|
INCS+= joystick.h
|
2001-06-12 12:32:46 +04:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|