blob: 7c11de5a7666bb1d4285ed5dc395708636d76447 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $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"
|