Makefile revision 1.1
11.1Smatt# $NetBSD: Makefile,v 1.1 2003/10/19 03:33:50 matt Exp $ 21.1Smatt 31.1SmattINCSDIR= /usr/include/ibmnws 41.1Smatt 51.1SmattINCS= ansi.h aout_machdep.h asm.h \ 61.1Smatt bat.h bswap.h bus.h \ 71.1Smatt cdefs.h cpu.h \ 81.1Smatt db_machdep.h disklabel.h \ 91.1Smatt elf_machdep.h endian.h endian_machdep.h \ 101.1Smatt float.h fpu.h frame.h \ 111.1Smatt ieee.h ieeefp.h \ 121.1Smatt int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 131.1Smatt intr.h \ 141.1Smatt kcore.h \ 151.1Smatt limits.h lock.h \ 161.1Smatt math.h mcontext.h \ 171.1Smatt param.h pcb.h pmap.h pmc.h powerpc.h proc.h profile.h \ 181.1Smatt psl.h pte.h ptrace.h \ 191.1Smatt reg.h reloc.h \ 201.1Smatt setjmp.h signal.h stdarg.h \ 211.1Smatt trap.h types.h \ 221.1Smatt varargs.h vmparam.h 231.1Smatt 241.1Smatt.include <bsd.kinc.mk> 25