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.
27 lines
743 B
Makefile
27 lines
743 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/01/22 18:36:16 christos Exp $
|
|
# @(#)Makefile 8.2 (Berkeley) 2/3/94
|
|
#
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
LIB= cold
|
|
CPPFLAGS+= -I${.CURDIR}/../include -I${.CURDIR}/..
|
|
CPPFLAGS+= -I${.CURDIR}/../arch/${ARCHSUBDIR}
|
|
|
|
COMPATDIR=${.CURDIR}
|
|
|
|
.include "${.CURDIR}/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/db/Makefile.inc"
|
|
.include "${.CURDIR}/gen/Makefile.inc"
|
|
.include "${.CURDIR}/locale/Makefile.inc"
|
|
.include "${.CURDIR}/net/Makefile.inc"
|
|
.include "${.CURDIR}/rpc/Makefile.inc"
|
|
.include "${.CURDIR}/stdio/Makefile.inc"
|
|
.include "${.CURDIR}/stdlib/Makefile.inc"
|
|
.include "${.CURDIR}/sys/Makefile.inc"
|
|
|
|
COMPATARCHDIR=${.CURDIR}/arch/${ARCHSUBDIR}
|
|
.PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
|
|
|
|
.include <bsd.lib.mk>
|