2010-06-07 17:52:28 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 2010/06/07 13:52:29 tnozaki Exp $
|
2006-03-12 00:07:18 +03:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 2/3/94
|
|
|
|
#
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
|
|
|
|
LIB= cold
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../include -I${.CURDIR}/..
|
2006-03-12 02:04:03 +03:00
|
|
|
CPPFLAGS+= -I${.CURDIR}/../arch/${ARCHSUBDIR}
|
2006-03-12 00:07:18 +03:00
|
|
|
|
|
|
|
COMPATDIR=${.CURDIR}
|
|
|
|
|
|
|
|
.include "${.CURDIR}/Makefile.inc"
|
|
|
|
|
|
|
|
.include "${.CURDIR}/db/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/gen/Makefile.inc"
|
2010-06-07 17:52:28 +04:00
|
|
|
.include "${.CURDIR}/locale/Makefile.inc"
|
2006-08-26 20:07:01 +04:00
|
|
|
.include "${.CURDIR}/net/Makefile.inc"
|
2009-01-11 05:45:45 +03:00
|
|
|
.include "${.CURDIR}/rpc/Makefile.inc"
|
2006-03-12 00:07:18 +03:00
|
|
|
.include "${.CURDIR}/stdlib/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/sys/Makefile.inc"
|
|
|
|
|
|
|
|
COMPATARCHDIR=${.CURDIR}/arch/${ARCHSUBDIR}
|
|
|
|
.PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|