d19d7d58aa
upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC Makefiles updates to imporve portability Made sure to be consistent in the usage of braces/parenthesis at least on a per file basis. For variables, it is recommended to continue to use braces.
17 lines
614 B
Makefile
17 lines
614 B
Makefile
# $NetBSD: Makefile.inc,v 1.7 2012/01/22 18:36:16 christos Exp $
|
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/sys
|
|
|
|
COMPATARCHDIR=${COMPATDIR}/arch/${ARCHSUBDIR}
|
|
.PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
|
|
|
|
.include "${COMPATDIR}/db/Makefile.inc"
|
|
.include "${COMPATDIR}/locale/Makefile.inc"
|
|
.include "${COMPATDIR}/gen/Makefile.inc"
|
|
.include "${COMPATDIR}/net/Makefile.inc"
|
|
.include "${COMPATDIR}/rpc/Makefile.inc"
|
|
.include "${COMPATDIR}/stdio/Makefile.inc"
|
|
.include "${COMPATDIR}/stdlib/Makefile.inc"
|
|
.include "${COMPATDIR}/sys/Makefile.inc"
|
|
.include "${COMPATDIR}/time/Makefile.inc"
|
|
.include "${COMPATARCHDIR}/Makefile.inc"
|