Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.6
      1  1.6   matt #	$NetBSD: Makefile,v 1.6 2001/09/03 04:28:53 matt Exp $
      2  1.1  chris 
      3  1.2   matt KDIR=	/sys/arch/cats/include
      4  1.2   matt INCSDIR= /usr/include/arm/cats
      5  1.1  chris 
      6  1.3  bjh21 INCS=	bootconfig.h \
      7  1.2   matt 	frame.h \
      8  1.2   matt 	intr.h irqhandler.h \
      9  1.1  chris 	joystick.h \
     10  1.2   matt 	katelib.h kerndebug.h \
     11  1.2   matt 	param.h pcb.h pci_machdep.h pmap.h psl.h \
     12  1.2   matt 	rtc.h \
     13  1.2   matt 	types.h \
     14  1.2   matt 	vmparam.h
     15  1.1  chris 
     16  1.1  chris .include <bsd.kinc.mk>
     17