[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / sys / arch / vax / boot

Annotation of sys/arch/vax/boot/Makefile, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: Makefile,v 1.12 2000/05/25 21:55:09 deraadt Exp $
        !             2: #      $NetBSD: Makefile,v 1.21 1999/03/06 16:36:04 ragge Exp $
        !             3: #
        !             4:
        !             5: .if ${MACHINE} == "vax"
        !             6: SUBDIR=        boot xxboot
        !             7: .endif
        !             8:
        !             9: .include <bsd.subdir.mk>

CVSweb