blob: 59b6896bebe411097fa0588a35474a3863a718aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.20 2013/11/17 14:34:12 alnsn Exp $
INCSDIR= /usr/include/prep
INCS= bootinfo.h \
disklabel.h \
intr.h \
nvram.h \
sljitarch.h \
spkr.h \
vmparam.h
.include "../../powerpc/include/Makefile"
|