Home | History | Annotate | Line # | Download | only in compat
Makefile revision 1.3
      1  1.3      matt #	$NetBSD: Makefile,v 1.3 2006/08/26 16:07:01 matt 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.3      matt .include "${.CURDIR}/net/Makefile.inc"
     18  1.1  christos .include "${.CURDIR}/stdlib/Makefile.inc"
     19  1.1  christos .include "${.CURDIR}/sys/Makefile.inc"
     20  1.1  christos 
     21  1.1  christos COMPATARCHDIR=${.CURDIR}/arch/${ARCHSUBDIR}
     22  1.1  christos .PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
     23  1.1  christos 
     24  1.1  christos .include <bsd.lib.mk>
     25