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

Annotation of src/tests/Makefile, Revision 1.19

1.19    ! mrg         1: # $NetBSD: Makefile,v 1.18 2009/11/05 17:34:25 dyoung Exp $
1.1       jmmv        2:
                      3: .include <bsd.own.mk>
                      4:
1.19    ! mrg         5: SUBDIR=        crypto games ipf util
        !             6:
        !             7: .if ${MKATF} != "no"
        !             8: SUBDIR+= fs net kernel lib libexec rump syscall
1.10      pooka       9:
1.19    ! mrg        10: . if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
1.10      pooka      11: SUBDIR+= modules
1.19    ! mrg        12: . endif
        !            13:
1.10      pooka      14: .endif
1.9       gmcgarry   15:
1.6       jmmv       16: TESTSDIR=      ${TESTSBASE}
                     17:
1.1       jmmv       18: .include <bsd.test.mk>
                     19: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>