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

Annotation of src/tests/Makefile, Revision 1.20

1.20    ! jmmv        1: # $NetBSD: Makefile,v 1.19 2009/12/15 03:01:48 mrg 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"
1.20    ! jmmv        8: SUBDIR+= fs net kernel lib libexec rump sys 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>