[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib

Annotation of src/distrib/Makefile, Revision 1.1

1.1     ! ross        1: #      $NetBSD$
        !             2:
        !             3: SUBDIR=        utils
        !             4:
        !             5: .if exists(${MACHINE}/miniroot)
        !             6: SUBDIR+= miniroot
        !             7: .endif
        !             8:
        !             9: .if exists(${MACHINE}/Makefile)
        !            10: SUBDIR+= ${MACHINE}
        !            11: .endif
        !            12:
        !            13: SUBDIR+= notes
        !            14:
        !            15: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>