16 lines
226 B
Makefile
16 lines
226 B
Makefile
# $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>
|