1 1.1 christos # $NetBSD: Makefile.inc,v 1.1 2005/09/13 01:44:08 christos Exp $ 2 1.1 christos 3 1.1 christos # compat sources 4 1.1 christos 5 1.1 christos CPPFLAGS+=-I${NETBSDSRCDIR}/sys 6 1.1 christos 7 1.1 christos .include "${.CURDIR}/compat/db/Makefile.inc" 8 1.1 christos .include "${.CURDIR}/compat/gen/Makefile.inc" 9 1.1 christos .include "${.CURDIR}/compat/stdlib/Makefile.inc" 10 1.1 christos .include "${.CURDIR}/compat/sys/Makefile.inc" 11 1.1 christos 12 1.1 christos # XXX: Conditional until all archs are converted. 13 1.1 christos .if exists(${.CURDIR}/compat/arch/${ARCHSUBDIR}/Makefile.inc) 14 1.1 christos COMPATARCHDIR=${.CURDIR}/compat/arch/${ARCHSUBDIR} 15 1.1 christos .PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys 16 1.1 christos .include "${.CURDIR}/compat/arch/${ARCHSUBDIR}/Makefile.inc" 17 1.1 christos .endif 18