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

Annotation of src/tests/Makefile, Revision 1.46

1.46    ! riastrad    1: # $NetBSD: Makefile,v 1.45 2015/06/22 00:05:23 matt 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:
1.45      matt       12: . if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
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.41      jmmv       20: TESTS_SUBDIRS+=                crypto
1.33      mrg        21:
1.37      matt       22: . if ${MKIPFILTER} != "no"
1.41      jmmv       23: TESTS_SUBDIRS+=                ipf
1.37      matt       24: . endif
                     25:
1.39      jmmv       26: . if ${MKSHARE} != "no"
1.41      jmmv       27: TESTS_SUBDIRS+=                share
                     28: . endif
                     29:
                     30: . if ${MKATF} != "no"
1.43      jmmv       31: ATFFILE_EXTRA_SUBDIRS+=        atf
1.41      jmmv       32: . endif
                     33:
                     34: . if ${MKKYUA} != "no"
1.44      jmmv       35: ATFFILE_EXTRA_SUBDIRS+=        kyua-atf-compat kyua-cli kyua-testers
1.39      jmmv       36: . endif
                     37:
1.25      njoly      38: .include <bsd.test.mk>
1.28      pgoyette   39:
                     40: .else
1.9       gmcgarry   41:
1.1       jmmv       42: .include <bsd.subdir.mk>
1.28      pgoyette   43: .endif

CVSweb <webmaster@jp.NetBSD.org>