1 # $NetBSD: Makefile,v 1.2 2006/03/11 23:04:03 christos Exp $ 2 # @(#)Makefile 8.2 (Berkeley) 2/3/94 3 # 4 5 .include "${.CURDIR}/../Makefile.inc" 6 7 LIB= cold 8 CPPFLAGS+= -I${.CURDIR}/../include -I${.CURDIR}/.. 9 CPPFLAGS+= -I${.CURDIR}/../arch/${ARCHSUBDIR} 10 11 COMPATDIR=${.CURDIR} 12 13 .include "${.CURDIR}/Makefile.inc" 14 15 .include "${.CURDIR}/db/Makefile.inc" 16 .include "${.CURDIR}/gen/Makefile.inc" 17 .include "${.CURDIR}/stdlib/Makefile.inc" 18 .include "${.CURDIR}/sys/Makefile.inc" 19 20 COMPATARCHDIR=${.CURDIR}/arch/${ARCHSUBDIR} 21 .PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys 22 23 .include <bsd.lib.mk> 24