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

Annotation of src/tests/Makefile, Revision 1.32

1.32    ! jruoho      1: # $NetBSD: Makefile,v 1.31 2011/06/15 23:45:45 mrg 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: ATFFILE=       yes
                      9:
1.25      njoly      10: SUBDIR=                crypto dev fs games include ipf kernel lib libexec net
1.32    ! jruoho     11: SUBDIR+=       rump sbin sys toolchain usr.bin usr.sbin util
1.10      pooka      12:
1.31      mrg        13: . if ${MKKMOD} != "no"
1.10      pooka      14: SUBDIR+= modules
1.19      mrg        15: . endif
                     16:
1.25      njoly      17: .include <bsd.test.mk>
1.28      pgoyette   18:
                     19: .else
1.9       gmcgarry   20:
1.1       jmmv       21: .include <bsd.subdir.mk>
1.28      pgoyette   22: .endif

CVSweb <webmaster@jp.NetBSD.org>