Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.4.4.1
      1  1.4.4.1   nathanw #	$NetBSD: Makefile,v 1.4.4.1 2001/06/21 19:26:21 nathanw Exp $
      2      1.1  nisimura 
      3      1.1  nisimura KDIR=	/sys/arch/luna68k/include
      4      1.1  nisimura INCSDIR= /usr/include/luna68k
      5      1.1  nisimura 
      6  1.4.4.1   nathanw INCS=	ansi.h aout_machdep.h asm.h autoconf.h \
      7  1.4.4.1   nathanw 	bswap.h bus.h \
      8  1.4.4.1   nathanw 	cdefs.h cpu.h \
      9  1.4.4.1   nathanw 	db_machdep.h disklabel.h \
     10  1.4.4.1   nathanw 	endian.h endian_machdep.h \
     11  1.4.4.1   nathanw 	float.h frame.h \
     12  1.4.4.1   nathanw 	ieee.h ieeefp.h \
     13  1.4.4.1   nathanw 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     14  1.4.4.1   nathanw 	intr.h \
     15  1.4.4.1   nathanw 	kcore.h \
     16  1.4.4.1   nathanw 	limits.h lock.h \
     17  1.4.4.1   nathanw 	math.h \
     18  1.4.4.1   nathanw 	param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h \
     19  1.4.4.1   nathanw 	setjmp.h signal.h stdarg.h \
     20  1.4.4.1   nathanw 	trap.h types.h \
     21  1.4.4.1   nathanw 	varargs.h vmparam.h
     22      1.1  nisimura 
     23      1.1  nisimura .include <bsd.kinc.mk>
     24