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

Annotation of sys/arch/mvmeppc/stand/Makefile, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: Makefile,v 1.2 2001/08/25 20:36:10 miod Exp $
                      2:
                      3: .if ${MACHINE} == "mvmeppc"
                      4: SUBDIR=  bugcrt libbug libsa libz bootsd bootxx bootst tftpboot
                      5: #sboot XXX future
                      6: .endif
                      7:
                      8: #SUBDIR+=installboot
                      9:
                     10: .include <bsd.subdir.mk>

CVSweb