[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / sys / arch / hp300 / stand / libz

Annotation of sys/arch/hp300/stand/libz/Makefile, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: Makefile,v 1.4 2006/08/17 06:31:10 miod Exp $
        !             2:
        !             3: S=${.CURDIR}/../../../..
        !             4: ZDST=${.OBJDIR}
        !             5:
        !             6: .PATH: ${S}/lib/libz
        !             7:
        !             8: .include "${.CURDIR}/../Makefile.inc"
        !             9:
        !            10: .include "${S}/lib/libz/Makefile"

CVSweb