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