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

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

1.1     ! nbrk        1: # $OpenBSD: Makefile,v 1.4 2005/04/27 18:02:16 deraadt Exp $
        !             2:
        !             3: SUBDIR=        sgivol
        !             4:
        !             5: .if ${MACHINE} == "sgi"
        !             6: SUBDIR+=       libsa libkern libz boot
        !             7: .endif
        !             8:
        !             9: .include <bsd.subdir.mk>

CVSweb