13 lines
483 B
Makefile
13 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.5 1999/04/19 21:23:00 kleink Exp $
|
|
|
|
KDIR= /sys/arch/mvme68k/include
|
|
INCSDIR= /usr/include/mvme68k
|
|
|
|
INCS= ansi.h aout_machdep.h asm.h autoconf.h bswap.h cdefs.h cpu.h \
|
|
db_machdep.h disklabel.h elf_machdep.h endian.h float.h frame.h \
|
|
ieee.h ieeefp.h kcore.h limits.h param.h pcb.h pmap.h proc.h \
|
|
profile.h prom.h psl.h pte.h ptrace.h reg.h setjmp.h signal.h \
|
|
stdarg.h svr4_machdep.h trap.h types.h varargs.h vmparam.h z8530var.h
|
|
|
|
.include <bsd.kinc.mk>
|