Home | History | Annotate | Line # | Download | only in compat
Makefile.inc revision 1.3
      1  1.3  christos #	$NetBSD: Makefile.inc,v 1.3 2006/03/11 23:04:03 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.2  christos .include "${COMPATDIR}/gen/Makefile.inc"
     10  1.2  christos .include "${COMPATDIR}/stdlib/Makefile.inc"
     11  1.2  christos .include "${COMPATDIR}/sys/Makefile.inc"
     12  1.3  christos .include "${COMPATARCHDIR}/Makefile.inc"
     13  1.1  christos 
     14