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