2002-11-27 02:30:07 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 2002/11/26 23:30:26 lukem Exp $
|
2002-06-05 05:04:18 +04:00
|
|
|
|
|
|
|
INCSDIR= /usr/include/hppa
|
|
|
|
|
|
|
|
INCS= ansi.h aout_machdep.h asm.h \
|
|
|
|
bswap.h byte_swap.h \
|
|
|
|
cdefs.h cpufunc.h \
|
|
|
|
db_machdep.h \
|
|
|
|
elf_machdep.h endian_machdep.h exec.h \
|
|
|
|
float.h frame.h \
|
|
|
|
ieee.h ieeefp.h \
|
|
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
|
|
|
kcore.h \
|
|
|
|
limits.h lock.h \
|
|
|
|
math.h \
|
2002-08-07 09:14:47 +04:00
|
|
|
param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
|
2002-06-05 05:04:18 +04:00
|
|
|
reg.h reloc.h \
|
|
|
|
setjmp.h signal.h som.h spinlock.h stdarg.h \
|
|
|
|
trap.h types.h \
|
|
|
|
varargs.h vmparam.h
|
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|