blob: 84e9d0f18b39cffc321e97119bfb038ae71107e8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.16 2003/10/20 00:12:10 matt Exp $
INCSDIR= /usr/include/sandpoint
INCS= bootinfo.h \
disklabel.h \
intr.h \
vmparam.h
.include "../../powerpc/include/Makefile"
|