Makefile revision 1.11
11.11Skleink# $NetBSD: Makefile,v 1.11 2001/04/15 15:29:09 kleink Exp $ 21.1Sveego 31.1SveegoKDIR= /sys/arch/next68k/include 41.1SveegoINCSDIR= /usr/include/next68k 51.1Sveego 61.10SkleinkINCS= ansi.h aout_machdep.h asm.h autoconf.h \ 71.10Skleink bswap.h bus.h bus_dma.h bus_space.h \ 81.10Skleink cdefs.h cpu.h \ 91.10Skleink db_machdep.h disklabel.h \ 101.10Skleink elf_machdep.h endian.h endian_machdep.h \ 111.10Skleink float.h frame.h \ 121.11Skleink ieee.h ieeefp.h \ 131.11Skleink int_const.h int_limits.h int_mwgwtypes.h int_types.h intr.h \ 141.10Skleink kcore.h \ 151.10Skleink limits.h lock.h \ 161.10Skleink math.h \ 171.10Skleink param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 181.10Skleink reg.h \ 191.10Skleink setjmp.h signal.h stdarg.h svr4_machdep.h \ 201.10Skleink trap.h types.h \ 211.10Skleink varargs.h vmparam.h \ 221.10Skleink z8530var.h 231.1Sveego 241.1Sveego.include <bsd.kinc.mk> 25