mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
16 lines
290 B
Makefile
16 lines
290 B
Makefile
# $NetBSD: Makefile,v 1.21 2014/07/23 18:19:44 alnsn Exp $
|
|
|
|
INCSDIR= /usr/include/macppc
|
|
|
|
# Add the macppc specific includes.
|
|
|
|
INCS= adbsys.h apmvar.h autoconf.h \
|
|
disklabel.h \
|
|
grfioctl.h \
|
|
intr.h \
|
|
keyboard.h \
|
|
sljit_machdep.h \
|
|
vmparam.h
|
|
|
|
.include "../../powerpc/include/Makefile"
|