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

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

1.1     ! nbrk        1: #      $OpenBSD: Makefile,v 1.4 2001/09/07 15:35:23 jason Exp $
        !             2:
        !             3: .if ${MACHINE} == "sparc64"
        !             4: SUBDIR= bootblk libsa libkern libz ofwboot ofwboot.net
        !             5: .endif
        !             6:
        !             7: SUBDIR+= installboot
        !             8:
        !             9:
        !            10: .include <bsd.subdir.mk>

CVSweb