15 lines
192 B
Makefile
15 lines
192 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/11/26 23:30:29 lukem Exp $
|
|
|
|
INCSDIR= /usr/include/sun68k
|
|
|
|
INCS= \
|
|
bus.h \
|
|
cpu.h \
|
|
disklabel.h \
|
|
idprom.h \
|
|
intr.h \
|
|
mon.h \
|
|
psl.h
|
|
|
|
.include <bsd.kinc.mk>
|