Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.16
      1  1.16  kleink #	$NetBSD: Makefile,v 1.16 2001/04/14 22:46:27 kleink Exp $
      2   1.1     cgd 
      3   1.1     cgd KDIR=	/sys/arch/x68k/include
      4   1.1     cgd INCSDIR= /usr/include/x68k
      5   1.1     cgd 
      6  1.16  kleink INCS=	ansi.h aout_machdep.h asm.h \
      7  1.16  kleink 	bootinfo.h bswap.h bsd_audioio.h bus.h \
      8  1.16  kleink 	cdefs.h cpu.h cpufunc.h \
      9  1.16  kleink 	db_machdep.h disklabel.h \
     10  1.16  kleink 	elf_machdep.h endian.h endian_machdep.h \
     11  1.16  kleink 	float.h frame.h \
     12  1.16  kleink 	grfioctl.h \
     13  1.16  kleink 	ieee.h ieeefp.h int_const.h int_mwgwtypes.h int_types.h intr.h \
     14  1.16  kleink 	iteioctl.h \
     15  1.16  kleink 	kbd.h kbio.h kcore.h \
     16  1.16  kleink 	math.h \
     17  1.16  kleink 	lock.h limits.h \
     18  1.16  kleink 	opmbellio.h \
     19  1.16  kleink 	param.h parioctl.h pcb.h pci_machdep.h pmap.h powioctl.h proc.h \
     20  1.16  kleink 	profile.h psl.h pte.h ptrace.h \
     21  1.16  kleink 	reg.h remote-sl.h \	
     22  1.16  kleink 	setjmp.h signal.h sram.h stdarg.h svr4_machdep.h \
     23  1.16  kleink 	trap.h types.h \
     24  1.16  kleink 	varargs.h vmparam.h vuid_event.h
     25   1.1     cgd 
     26   1.1     cgd .include <bsd.kinc.mk>
     27