Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 1998/06/12 23:22:38 cgd Exp $
      2 
      3 KDIR=	/sys/arch/mac68k/include
      4 INCSDIR= /usr/include/mac68k
      5 
      6 INCS=	adbsys.h ansi.h aout_machdep.h asm.h autoconf.h bus.h cdefs.h cpu.h \
      7 	db_machdep.h disklabel.h endian.h float.h frame.h grfioctl.h ieeefp.h \
      8 	intr.h iteioctl.h kcore.h keyboard.h limits.h param.h pcb.h pio.h \
      9 	pmap.h proc.h profile.h psc.h psl.h pte.h ptrace.h reg.h scsi_5380.h \
     10 	setjmp.h signal.h stdarg.h trap.h types.h varargs.h viareg.h \
     11 	vmparam.h z8530var.h
     12 
     13 .include <bsd.kinc.mk>
     14