14 lines
225 B
Makefile
14 lines
225 B
Makefile
# $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"
|