16 lines
646 B
Makefile
16 lines
646 B
Makefile
# $NetBSD: Makefile,v 1.5 1999/03/15 11:55:55 minoura Exp $
|
|
|
|
KDIR= /sys/arch/sun3/include
|
|
INCSDIR= /usr/include/sun3
|
|
|
|
INCS= ansi.h aout_machdep.h asm.h autoconf.h bswap.h cdefs.h cg2reg.h cpu.h \
|
|
db_machdep.h disklabel.h dvma.h dvma3.h dvma3x.h eeprom.h \
|
|
elf_machdep.h endian.h fbio.h float.h frame.h idprom.h ieee.h \
|
|
ieeefp.h kbd.h kbio.h kcore.h leds.h limits.h mc68851.h mon.h param.h \
|
|
param3.h param3x.h pcb.h pmap.h pmap3.h pmap3x.h proc.h profile.h \
|
|
psl.h pte.h pte3.h pte3x.h ptrace.h reg.h setjmp.h signal.h stdarg.h \
|
|
trap.h types.h varargs.h vmparam.h vmparam3.h vmparam3x.h \
|
|
vuid_event.h z8530var.h
|
|
|
|
.include <bsd.kinc.mk>
|