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