Added a Makefile to install sun68k common headers.

This commit is contained in:
fredette 2001-06-27 02:53:39 +00:00
parent fef1479cf8
commit c0cf0f4a11
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.1 2001/06/27 02:53:39 fredette Exp $
KDIR= /sys/arch/sun68k/include
INCSDIR= /usr/include/sun68k
INCS= \
bus.h \
cpu.h \
disklabel.h \
idprom.h \
intr.h \
mon.h \
psl.h
.include <bsd.kinc.mk>