Annotation of src/tests/Makefile, Revision 1.34
1.34 ! jmmv 1: # $NetBSD: Makefile,v 1.33 2011/09/21 02:14:38 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.34 ! jmmv 10: SUBDIR= dev examples 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.33 mrg 17: . if ${MKCRYPTO} != "no"
18: SUBDIR+= crypto
19: . endif
20:
1.25 njoly 21: .include <bsd.test.mk>
1.28 pgoyette 22:
23: .else
1.9 gmcgarry 24:
1.1 jmmv 25: .include <bsd.subdir.mk>
1.28 pgoyette 26: .endif
CVSweb <webmaster@jp.NetBSD.org>