2012-10-26 15:22:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2012/01/22 18:36:16 christos Exp $
|
2011-02-14 20:36:03 +01:00
|
|
|
# @(#)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"
|
2013-12-06 12:04:52 +01:00
|
|
|
.if !defined(__MINIX)
|
2011-02-14 20:36:03 +01:00
|
|
|
.include "${.CURDIR}/rpc/Makefile.inc"
|
2012-11-15 12:06:41 +01:00
|
|
|
.endif # !defined(__MINIX)
|
2013-12-06 12:04:52 +01:00
|
|
|
.include "${.CURDIR}/stdio/Makefile.inc"
|
2011-02-14 20:36:03 +01:00
|
|
|
.include "${.CURDIR}/stdlib/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/sys/Makefile.inc"
|
|
|
|
|
|
|
|
COMPATARCHDIR=${.CURDIR}/arch/${ARCHSUBDIR}
|
|
|
|
.PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|