Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.4.2.2
      1  1.4.2.2  thorpej #	$NetBSD: Makefile,v 1.4.2.2 2001/09/13 01:13:30 thorpej 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.4.2.2  thorpej 	param.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