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

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

1.1       nbrk        1: #      $OpenBSD: Makefile,v 1.6 2005/11/04 01:02:31 uwe Exp $
                      2:
                      3: SUBDIR= zboot
                      4:
                      5: .if ${MACHINE} == "zaurus"
                      6: SUBDIR+= zbsdmod
                      7: .endif
                      8:
                      9: .include <bsd.subdir.mk>

CVSweb