1 1.6 christos # $NetBSD: Makefile,v 1.6 2012/01/22 18:36:16 christos Exp $ 2 1.1 christos # @(#)Makefile 8.2 (Berkeley) 2/3/94 3 1.1 christos # 4 1.1 christos 5 1.1 christos .include "${.CURDIR}/../Makefile.inc" 6 1.1 christos 7 1.1 christos LIB= cold 8 1.1 christos CPPFLAGS+= -I${.CURDIR}/../include -I${.CURDIR}/.. 9 1.2 christos CPPFLAGS+= -I${.CURDIR}/../arch/${ARCHSUBDIR} 10 1.1 christos 11 1.1 christos COMPATDIR=${.CURDIR} 12 1.1 christos 13 1.1 christos .include "${.CURDIR}/Makefile.inc" 14 1.1 christos 15 1.1 christos .include "${.CURDIR}/db/Makefile.inc" 16 1.1 christos .include "${.CURDIR}/gen/Makefile.inc" 17 1.5 tnozaki .include "${.CURDIR}/locale/Makefile.inc" 18 1.3 matt .include "${.CURDIR}/net/Makefile.inc" 19 1.4 christos .include "${.CURDIR}/rpc/Makefile.inc" 20 1.6 christos .include "${.CURDIR}/stdio/Makefile.inc" 21 1.1 christos .include "${.CURDIR}/stdlib/Makefile.inc" 22 1.1 christos .include "${.CURDIR}/sys/Makefile.inc" 23 1.1 christos 24 1.1 christos COMPATARCHDIR=${.CURDIR}/arch/${ARCHSUBDIR} 25 1.1 christos .PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys 26 1.1 christos 27 1.1 christos .include <bsd.lib.mk> 28