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

Annotation of sys/arch/aviion/stand/a2coff/Makefile, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: Makefile,v 1.1.1.1 2006/05/09 19:32:43 miod Exp $
        !             2:
        !             3: MAN=   a2coff.8
        !             4: MANSUBDIR=aviion
        !             5: .if ${MACHINE} == "aviion"
        !             6: PROG=  a2coff
        !             7: BINDIR=/usr/mdec
        !             8: .else
        !             9: NOPROG=
        !            10: .endif
        !            11:
        !            12: .include <bsd.prog.mk>

CVSweb