Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1
      1  1.1  thorpej #	$NetBSD#
      2  1.1  thorpej 
      3  1.1  thorpej KDIR=	/sys/arch/shark/include
      4  1.1  thorpej INCSDIR= /usr/include/shark
      5  1.1  thorpej 
      6  1.1  thorpej INCS=	ansi.h aout_machdep.h asm.h \
      7  1.1  thorpej 	bswap.h bus.h \
      8  1.1  thorpej 	cdefs.h cpu.h \
      9  1.1  thorpej 	db_machdep.h disklabel.h \
     10  1.1  thorpej 	elf_machdep.h endian.h endian_machdep.h \
     11  1.1  thorpej 	float.h fp.h frame.h \
     12  1.1  thorpej 	ieee.h ieeefp.h \
     13  1.1  thorpej 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     14  1.1  thorpej 	intr.h ipkdb.h \
     15  1.1  thorpej 	limits.h lock.h \
     16  1.1  thorpej 	math.h \
     17  1.1  thorpej 	param.h pcb.h pmap.h proc.h profile.h ptrace.h \
     18  1.1  thorpej 	reg.h \
     19  1.1  thorpej 	setjmp.h signal.h stdarg.h sysarch.h \
     20  1.1  thorpej 	trap.h types.h \
     21  1.1  thorpej 	varargs.h vmparam.h
     22  1.1  thorpej 
     23  1.1  thorpej INCS+=	devmap.h joystick.h
     24  1.1  thorpej 
     25  1.1  thorpej .include <bsd.kinc.mk>
     26