minix/sys/arch/evbarm/include/Makefile
Ben Gras 9c031c9d7f <sys/ptrace.h>
Change-Id: Ib930c661c1e6de05b2e0d5fce4ffc1ae2269fc6a
2014-03-03 20:47:04 +01:00

28 lines
529 B
Makefile

# $NetBSD: Makefile,v 1.17 2011/07/17 23:46:49 dyoung Exp $
INCSDIR= /usr/include/evbarm
INCS= ansi.h asm.h \
bswap.h \
cdefs.h cpu.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
float.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
\
limits.h lock.h \
math.h mcontext.h mutex.h \
param.h proc.h profile.h ptrace.h \
rwlock.h \
setjmp.h signal.h \
types.h \
vmparam.h \
wchar_limits.h
.if !defined(__MINIX)
INCS+= joystick.h
.endif
.include <bsd.kinc.mk>