blob: ba8bd41b35ba3658a08483cbd33f7a567c8ec286 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.20 2015/12/21 17:02:34 christos Exp $
INCSDIR= /usr/include/sandpoint
INCS= bootinfo.h \
disklabel.h \
fenv.h \
intr.h \
sljit_machdep.h \
vmparam.h
.include "../../powerpc/include/Makefile"
|