mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-22 12:29:13 -04:00
24 lines
600 B
Makefile
24 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.25 2011/07/17 20:54:37 joerg Exp $
|
|
|
|
INCSDIR= /usr/include/atari
|
|
|
|
INCS= ahdilabel.h ansi.h aout_machdep.h asm.h \
|
|
bswap.h \
|
|
cdefs.h cpu.h cpufunc.h \
|
|
disklabel.h \
|
|
elf_machdep.h endian.h endian_machdep.h \
|
|
float.h frame.h \
|
|
intr.h ieee.h ieeefp.h \
|
|
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
|
|
kcore.h \
|
|
limits.h lock.h \
|
|
math.h mcontext.h msioctl.h mtpr.h mutex.h \
|
|
param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
|
|
reg.h rwlock.h \
|
|
setjmp.h signal.h \
|
|
trap.h types.h \
|
|
vmparam.h \
|
|
wchar_limits.h
|
|
|
|
.include <bsd.kinc.mk>
|