Home | History | Annotate | Line # | Download | only in compat
      1  1.7  christos #	$NetBSD: Makefile.inc,v 1.7 2012/01/22 18:36:16 christos Exp $
      2  1.3  christos 
      3  1.3  christos CPPFLAGS+=	-I${NETBSDSRCDIR}/sys
      4  1.3  christos 
      5  1.3  christos COMPATARCHDIR=${COMPATDIR}/arch/${ARCHSUBDIR}
      6  1.3  christos .PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
      7  1.1  christos 
      8  1.2  christos .include "${COMPATDIR}/db/Makefile.inc"
      9  1.6   tnozaki .include "${COMPATDIR}/locale/Makefile.inc"
     10  1.2  christos .include "${COMPATDIR}/gen/Makefile.inc"
     11  1.4      matt .include "${COMPATDIR}/net/Makefile.inc"
     12  1.5  christos .include "${COMPATDIR}/rpc/Makefile.inc"
     13  1.7  christos .include "${COMPATDIR}/stdio/Makefile.inc"
     14  1.2  christos .include "${COMPATDIR}/stdlib/Makefile.inc"
     15  1.2  christos .include "${COMPATDIR}/sys/Makefile.inc"
     16  1.5  christos .include "${COMPATDIR}/time/Makefile.inc"
     17  1.3  christos .include "${COMPATARCHDIR}/Makefile.inc"
     18