1 1.1 christos # $NetBSD: Makefile,v 1.1 2006/03/11 21:07:18 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.1 christos 10 1.1 christos COMPATDIR=${.CURDIR} 11 1.1 christos 12 1.1 christos .include "${.CURDIR}/Makefile.inc" 13 1.1 christos 14 1.1 christos .include "${.CURDIR}/db/Makefile.inc" 15 1.1 christos .include "${.CURDIR}/gen/Makefile.inc" 16 1.1 christos .include "${.CURDIR}/stdlib/Makefile.inc" 17 1.1 christos .include "${.CURDIR}/sys/Makefile.inc" 18 1.1 christos 19 1.1 christos COMPATARCHDIR=${.CURDIR}/arch/${ARCHSUBDIR} 20 1.1 christos .PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys 21 1.1 christos 22 1.1 christos .include <bsd.lib.mk> 23