blob: c7b8e0bb1df911193ca1d4dbe3a631879dfcaff1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.21 2003/10/24 18:21:52 matt Exp $
INCSDIR= /usr/include/bebox
INCS= bootinfo.h \
disklabel.h \
intr.h \
mouse.h \
pccons.h \
spkr.h \
vmparam.h
.include "../../powerpc/include/Makefile"
|