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

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

1.1     ! nbrk        1: #      $OpenBSD: Makefile,v 1.8 2000/05/27 05:52:31 deraadt Exp $
        !             2: #      $NetBSD: Makefile,v 1.15 1997/06/01 03:39:03 mrg Exp $
        !             3:
        !             4: .if ${MACHINE} == "sparc"
        !             5: SUBDIR= libsa libkern libz boot bootxx binstall
        !             6: .endif
        !             7:
        !             8: SUBDIR+= installboot
        !             9:
        !            10: .include <bsd.subdir.mk>

CVSweb