mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
13 lines
218 B
Makefile
13 lines
218 B
Makefile
# $NetBSD: Makefile,v 1.25 2014/07/23 18:19:43 alnsn Exp $
|
|
|
|
INCSDIR= /usr/include/bebox
|
|
|
|
INCS= bootinfo.h \
|
|
disklabel.h \
|
|
intr.h \
|
|
sljit_machdep.h \
|
|
spkr.h \
|
|
vmparam.h
|
|
|
|
.include "../../powerpc/include/Makefile"
|