![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / src / tests / Makefile (download)
Revision 1.33, Wed Sep 21 02:14:38 2011 UTC (10 years, 10 months ago) by mrg
only decent into crypto/tests if ${MKCRYPTO} != "no". (sets are probably also broken, but i didn't get that far yet.) |
# $NetBSD: Makefile,v 1.33 2011/09/21 02:14:38 mrg Exp $ .include <bsd.own.mk> .if ${MKATF} != "no" TESTSDIR= ${TESTSBASE} ATFFILE= yes SUBDIR= dev fs games include ipf kernel lib libexec net SUBDIR+= rump sbin sys toolchain usr.bin usr.sbin util . if ${MKKMOD} != "no" SUBDIR+= modules . endif . if ${MKCRYPTO} != "no" SUBDIR+= crypto . endif .include <bsd.test.mk> .else .include <bsd.subdir.mk> .endif