Home | History | Annotate | Line # | Download | only in include
      1  1.13  christos #	$NetBSD: Makefile,v 1.13 2024/11/30 01:04:07 christos Exp $
      2   1.1  drochner 
      3   1.1  drochner INCSDIR= /usr/include/cesfic
      4   1.1  drochner 
      5   1.1  drochner INCS=	ansi.h aout_machdep.h asm.h \
      6   1.1  drochner 	bswap.h \
      7   1.1  drochner 	cdefs.h cpu.h \
      8   1.1  drochner 	disklabel.h elf_machdep.h \
      9   1.1  drochner 	endian.h endian_machdep.h \
     10  1.11  christos 	fenv.h float.h frame.h \
     11   1.1  drochner 	ieee.h ieeefp.h \
     12   1.1  drochner 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     13   1.2  drochner 	intr.h \
     14  1.13  christos 	limits.h lock.h lwp_private.h \
     15   1.9        ad 	math.h mcontext.h mutex.h \
     16  1.12      maxv 	param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
     17  1.10     joerg 	reg.h rwlock.h setjmp.h signal.h trap.h types.h \
     18  1.10     joerg 	vmparam.h \
     19   1.7    kleink 	wchar_limits.h
     20   1.1  drochner 
     21   1.1  drochner .include <bsd.kinc.mk>
     22