27 lines
733 B
Makefile
27 lines
733 B
Makefile
# $NetBSD: Makefile,v 1.17 2001/04/15 17:13:04 kleink Exp $
|
|
|
|
KDIR= /sys/arch/alpha/include
|
|
INCSDIR= /usr/include/alpha
|
|
|
|
INCS= alpha_cpu.h ansi.h aout_machdep.h asm.h atomic.h autoconf.h \
|
|
bswap.h bus.h bwx.h \
|
|
cdefs.h cfbreg.h conf.h cpu.h cpuconf.h \
|
|
db_machdep.h disklabel.h \
|
|
ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
|
|
fbio.h float.h frame.h \
|
|
ieee.h ieeefp.h \
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
|
intr.h \
|
|
kbio.h kcore.h \
|
|
limits.h lock.h \
|
|
math.h \
|
|
pal.h param.h pcb.h pio.h pmap.h proc.h profile.h prom.h psl.h \
|
|
pte.h ptrace.h \
|
|
reg.h rpb.h \
|
|
setjmp.h signal.h stdarg.h sysarch.h \
|
|
types.h \
|
|
varargs.h vmparam.h vuid_event.h \
|
|
z8530var.h
|
|
|
|
.include <bsd.kinc.mk>
|