Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2001/06/27 02:53:39 fredette Exp $
2
3KDIR=	/sys/arch/sun68k/include
4INCSDIR= /usr/include/sun68k
5
6INCS=	\
7	bus.h \
8	cpu.h \
9	disklabel.h \
10	idprom.h \
11	intr.h \
12	mon.h \
13	psl.h
14
15.include <bsd.kinc.mk>
16