12 lines
202 B
Makefile
12 lines
202 B
Makefile
# $NetBSD: Makefile,v 1.23 2011/08/09 00:39:35 kiyohara Exp $
|
|
|
|
INCSDIR= /usr/include/bebox
|
|
|
|
INCS= bootinfo.h \
|
|
disklabel.h \
|
|
intr.h \
|
|
spkr.h \
|
|
vmparam.h
|
|
|
|
.include "../../powerpc/include/Makefile"
|