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

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

1.1       nbrk        1: #      $OpenBSD: Makefile,v 1.6 2000/05/25 21:55:03 deraadt Exp $
                      2:
                      3: .if ${MACHINE} == "mvme68k"
                      4: SUBDIR= bugcrt libbug libsa libz sboot netboot bootxx bootsd bootst \
                      5:        prtvid wrtvid
                      6: .endif
                      7:
                      8: SUBDIR+=installboot
                      9:
                     10: .include <bsd.subdir.mk>

CVSweb