[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / sys / arch / mvme68k / stand / libbug

Annotation of sys/arch/mvme68k/stand/libbug/Makefile.inc, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: Makefile.inc,v 1.3 1997/10/20 00:33:46 deraadt Exp $
        !             2:
        !             3: LIB_BUG_DIR=${S}/arch/mvme68k/stand/libbug
        !             4:
        !             5: LIBBUG_DIR!= cd ${LIB_BUG_DIR}; \
        !             6:      printf "xxx:\n\techo \$${.OBJDIR}\n" | ${MAKE} -r -s -f - xxx
        !             7:
        !             8: LIBBUG=${LIBBUG_DIR}/libbug.a
        !             9:
        !            10: $(LIBBUG):     .NOTMAIN __always_make_libbug
        !            11:        @echo making sure the libbug is up to date...
        !            12:        @(cd ${LIB_BUG_DIR}; ${MAKE})
        !            13:
        !            14: __always_make_libbug:  .NOTMAIN

CVSweb