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