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

Annotation of src/tests/Makefile, Revision 1.43

1.43    ! jmmv        1: # $NetBSD: Makefile,v 1.42 2013/02/23 14:22:24 jmmv Exp $
1.1       jmmv        2:
                      3: .include <bsd.own.mk>
                      4:
1.25      njoly       5: .if ${MKATF} != "no"
                      6:
1.21      jmmv        7: TESTSDIR=      ${TESTSBASE}
                      8:
1.41      jmmv        9: TESTS_SUBDIRS=         bin dev games include kernel lib libexec net
                     10: TESTS_SUBDIRS+=                sbin sys usr.bin usr.sbin
1.38      christos   11:
                     12: . if (${MKRUMP} != "no")
1.41      jmmv       13: TESTS_SUBDIRS+=                fs rump
1.10      pooka      14:
1.31      mrg        15: . if ${MKKMOD} != "no"
1.41      jmmv       16: TESTS_SUBDIRS+=                modules
1.19      mrg        17: . endif
1.38      christos   18: . endif
1.19      mrg        19:
1.33      mrg        20: . if ${MKCRYPTO} != "no"
1.41      jmmv       21: TESTS_SUBDIRS+=                crypto
1.33      mrg        22: . endif
                     23:
1.37      matt       24: . if ${MKIPFILTER} != "no"
1.41      jmmv       25: TESTS_SUBDIRS+=                ipf
1.37      matt       26: . endif
                     27:
1.39      jmmv       28: . if ${MKSHARE} != "no"
1.41      jmmv       29: TESTS_SUBDIRS+=                share
                     30: . endif
                     31:
                     32: . if ${MKATF} != "no"
1.43    ! jmmv       33: ATFFILE_EXTRA_SUBDIRS+=        atf
1.41      jmmv       34: . endif
                     35:
                     36: . if ${MKKYUA} != "no"
1.43    ! jmmv       37: ATFFILE_EXTRA_SUBDIRS+=        kyua-cli kyua-testers
1.39      jmmv       38: . endif
                     39:
1.25      njoly      40: .include <bsd.test.mk>
1.28      pgoyette   41:
                     42: .else
1.9       gmcgarry   43:
1.1       jmmv       44: .include <bsd.subdir.mk>
1.28      pgoyette   45: .endif

CVSweb <webmaster@jp.NetBSD.org>