Home | History | Annotate | Line # | Download | only in compat
Makefile.inc revision 1.2
      1  1.1  christos #	$NetBSD: Makefile.inc,v 1.2 2006/03/11 21:07:18 christos Exp $
      2  1.1  christos 
      3  1.2  christos .include "${COMPATDIR}/db/Makefile.inc"
      4  1.2  christos .include "${COMPATDIR}/gen/Makefile.inc"
      5  1.2  christos .include "${COMPATDIR}/stdlib/Makefile.inc"
      6  1.2  christos .include "${COMPATDIR}/sys/Makefile.inc"
      7  1.1  christos 
      8  1.2  christos CPPFLAGS+=	-I${NETBSDSRCDIR}/sys
      9  1.1  christos 
     10  1.2  christos COMPATARCHDIR=${COMPATDIR}/arch/${ARCHSUBDIR}
     11  1.1  christos .PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
     12