17 lines
306 B
Makefile
17 lines
306 B
Makefile
# $NetBSD: Makefile,v 1.7 2001/09/03 19:20:30 matt Exp $
|
|
|
|
KDIR= /sys/arch/cats/include
|
|
INCSDIR= /usr/include/arm/cats
|
|
|
|
INCS= bootconfig.h \
|
|
frame.h \
|
|
intr.h irqhandler.h \
|
|
joystick.h \
|
|
katelib.h kerndebug.h \
|
|
param.h pci_machdep.h pmap.h psl.h \
|
|
rtc.h \
|
|
types.h \
|
|
vmparam.h
|
|
|
|
.include <bsd.kinc.mk>
|