[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / compat

Annotation of src/lib/libc/compat/Makefile, Revision 1.6

1.6     ! christos    1: #      $NetBSD: Makefile,v 1.5 2010/06/07 13:52:29 tnozaki Exp $
1.1       christos    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}/..
1.2       christos    9: CPPFLAGS+=     -I${.CURDIR}/../arch/${ARCHSUBDIR}
1.1       christos   10:
                     11: COMPATDIR=${.CURDIR}
                     12:
                     13: .include "${.CURDIR}/Makefile.inc"
                     14:
                     15: .include "${.CURDIR}/db/Makefile.inc"
                     16: .include "${.CURDIR}/gen/Makefile.inc"
1.5       tnozaki    17: .include "${.CURDIR}/locale/Makefile.inc"
1.3       matt       18: .include "${.CURDIR}/net/Makefile.inc"
1.4       christos   19: .include "${.CURDIR}/rpc/Makefile.inc"
1.6     ! christos   20: .include "${.CURDIR}/stdio/Makefile.inc"
1.1       christos   21: .include "${.CURDIR}/stdlib/Makefile.inc"
                     22: .include "${.CURDIR}/sys/Makefile.inc"
                     23:
                     24: COMPATARCHDIR=${.CURDIR}/arch/${ARCHSUBDIR}
                     25: .PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
                     26:
                     27: .include <bsd.lib.mk>

CVSweb <webmaster@jp.NetBSD.org>