mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
14 lines
228 B
Makefile
14 lines
228 B
Makefile
# $NetBSD: Makefile,v 1.21 2014/07/23 18:19:45 alnsn Exp $
|
|
|
|
INCSDIR= /usr/include/prep
|
|
|
|
INCS= bootinfo.h \
|
|
disklabel.h \
|
|
intr.h \
|
|
nvram.h \
|
|
sljit_machdep.h \
|
|
spkr.h \
|
|
vmparam.h
|
|
|
|
.include "../../powerpc/include/Makefile"
|