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

Annotation of sys/arch/i386/stand/etc/Makefile, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: Makefile,v 1.9 1998/05/28 20:52:37 mickey Exp $
        !             2:
        !             3: S=     ${.CURDIR}/../../../..
        !             4: I386=  ${.CURDIR}/../..
        !             5:
        !             6: all depend:: assym.h
        !             7:
        !             8: assym.h: $S/kern/genassym.sh ${.CURDIR}/genassym.cf
        !             9:        sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} \
        !            10:            ${PARAM} < ${.CURDIR}/genassym.cf > assym.h.tmp && \
        !            11:            mv -f assym.h.tmp assym.h
        !            12:
        !            13: cleandir: clean
        !            14:
        !            15: clean:
        !            16:        @rm -f isa.h apm.h assym.h machine
        !            17:
        !            18: .include <bsd.obj.mk>
        !            19: .include <bsd.subdir.mk>
        !            20: .include "../Makefile.inc"
        !            21: CFLAGS+=${SACFLAGS}

CVSweb