13 lines
214 B
Makefile
13 lines
214 B
Makefile
# $NetBSD: Makefile,v 1.24 2013/11/17 14:34:11 alnsn Exp $
|
|
|
|
INCSDIR= /usr/include/bebox
|
|
|
|
INCS= bootinfo.h \
|
|
disklabel.h \
|
|
intr.h \
|
|
sljitarch.h \
|
|
spkr.h \
|
|
vmparam.h
|
|
|
|
.include "../../powerpc/include/Makefile"
|