only decent into crypto/tests if ${MKCRYPTO} != "no". (sets are probably

also broken, but i didn't get that far yet.)
This commit is contained in:
mrg 2011-09-21 02:14:38 +00:00
parent e2bf07a38a
commit 520e58c432
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.32 2011/07/07 07:31:29 jruoho Exp $ # $NetBSD: Makefile,v 1.33 2011/09/21 02:14:38 mrg Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
@ -7,13 +7,17 @@
TESTSDIR= ${TESTSBASE} TESTSDIR= ${TESTSBASE}
ATFFILE= yes ATFFILE= yes
SUBDIR= crypto dev fs games include ipf kernel lib libexec net SUBDIR= dev fs games include ipf kernel lib libexec net
SUBDIR+= rump sbin sys toolchain usr.bin usr.sbin util SUBDIR+= rump sbin sys toolchain usr.bin usr.sbin util
. if ${MKKMOD} != "no" . if ${MKKMOD} != "no"
SUBDIR+= modules SUBDIR+= modules
. endif . endif
. if ${MKCRYPTO} != "no"
SUBDIR+= crypto
. endif
.include <bsd.test.mk> .include <bsd.test.mk>
.else .else