Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1
      1  1.1  tsutsui #	$NetBSD: Makefile,v 1.1 1999/12/09 14:53:07 tsutsui Exp $
      2  1.1  tsutsui 
      3  1.1  tsutsui KDIR=	/sys/arch/news68k/include
      4  1.1  tsutsui INCSDIR= /usr/include/news68k
      5  1.1  tsutsui 
      6  1.1  tsutsui INCS=	ansi.h aout_machdep.h asm.h autoconf.h bswap.h cdefs.h cpu.h \
      7  1.1  tsutsui 	db_machdep.h disklabel.h elf_machdep.h endian.h float.h frame.h \
      8  1.1  tsutsui 	ieee.h ieeefp.h intr.h kcore.h limits.h \
      9  1.1  tsutsui 	param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h \
     10  1.1  tsutsui 	setjmp.h signal.h stdarg.h svr4_machdep.h trap.h \
     11  1.1  tsutsui 	types.h varargs.h vmparam.h
     12  1.1  tsutsui 
     13  1.1  tsutsui .include <bsd.kinc.mk>
     14