Cross Reference: Makefile
xref: /src/sys/arch/powerpc/include/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/powerpc/include/
Makefile revision 1.41
1#	$NetBSD: Makefile,v 1.41 2015/12/21 17:02:34 christos Exp $
2
3.if !defined(INCSDIR)
4INCSDIR?= /usr/include/powerpc
5INCS+=	spr.h
6.endif
7
8INCS+=	ansi.h aout_machdep.h asm.h \
9	bswap.h \
10	cdefs.h cpu.h \
11	elf_machdep.h endian.h endian_machdep.h \
12	fenv.h float.h fpu.h frame.h \
13	ieee.h ieeefp.h \
14	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
15	kcore.h \
16	limits.h lock.h \
17	math.h mcontext.h mutex.h \
18	param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
19	reg.h reloc.h rwlock.h \
20	setjmp.h signal.h sljit_machdep.h \
21	trap.h types.h \
22	vmparam.h \
23	wchar_limits.h
24
25.include <bsd.kinc.mk>
26

Indexes created Mon Nov 10 17:20:41 GMT 2025