xref: /netbsd/sys/arch/sun68k/include/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.2 2002/11/26 23:30:29 lukem Exp $
2
3INCSDIR= /usr/include/sun68k
4
5INCS=	\
6	bus.h \
7	cpu.h \
8	disklabel.h \
9	idprom.h \
10	intr.h \
11	mon.h \
12	psl.h
13
14.include <bsd.kinc.mk>
15