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

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

1.1       nbrk        1: #      $OpenBSD: Makefile,v 1.4 2006/11/08 17:46:54 deraadt Exp $
                      2:
                      3: SUBDIR=                mbr xxboot
                      4: .if ${MACHINE} == "landisk"
                      5: SUBDIR+=       boot
                      6: .endif
                      7:
                      8:
                      9: .include <bsd.subdir.mk>

CVSweb