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