NetBSD/sys/arch/hpcarm/include/Makefile

25 lines
688 B
Makefile
Raw Normal View History

2001-11-24 00:23:30 +03:00
# $NetBSD: Makefile,v 1.13 2001/11/23 21:23:35 thorpej Exp $
KDIR= /sys/arch/hpcarm/include
INCSDIR= /usr/include/hpcarm
INCS= ansi.h aout_machdep.h asm.h \
bootconfig.h bswap.h bus.h \
2001-11-23 22:51:32 +03:00
cdefs.h config_hook.h cpu.h cpufunc.h \
db_machdep.h disklabel.h \
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 io.h irqhandler.h \
limits.h lock.h \
math.h \
param.h pcb.h platid.h platid_generated.h platid_mask.h pmap.h \
proc.h profile.h psl.h ptrace.h \
reg.h rtc.h \
setjmp.h signal.h stdarg.h sysarch.h \
trap.h types.h \
varargs.h vmparam.h
.include <bsd.kinc.mk>