blob: 83b19eda5d40e7e9aa4d627241f5b7797a5d9778 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.22 2005/12/11 12:17:03 christos Exp $
INCSDIR= /usr/include/bebox
INCS= bootinfo.h \
disklabel.h \
intr.h \
mouse.h \
pccons.h \
spkr.h \
vmparam.h
.include "../../powerpc/include/Makefile"
|