Added a Makefile to install sun68k common headers.
This commit is contained in:
parent
fef1479cf8
commit
c0cf0f4a11
|
@ -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>
|
Loading…
Reference in New Issue