summaryrefslogtreecommitdiff
path: root/sys/arch/bebox/include/Makefile
blob: 5d13cca3c29ce1f45ba2ff417b81a21e6453f7d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.26 2015/12/21 17:02:32 christos Exp $

INCSDIR= /usr/include/bebox

INCS=   bootinfo.h \
	disklabel.h \
	fenv.h \
	intr.h \
	sljit_machdep.h \
	spkr.h \
	vmparam.h

.include "../../powerpc/include/Makefile"