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

Annotation of sys/arch/mvme88k/stand/Makefile, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: Makefile,v 1.7 2004/01/28 08:46:29 miod Exp $
        !             2:
        !             3: .if ${MACHINE} == "mvme88k"
        !             4: SUBDIR=  bugcrt libbug libsa libz wrtvid bootsd bootxx bootst netboot tftpboot
        !             5: # not really written yet...
        !             6: # SUBDIR+=     sboot
        !             7: .endif
        !             8:
        !             9: SUBDIR+=installboot
        !            10:
        !            11: .include <bsd.subdir.mk>

CVSweb