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:
parent
e2bf07a38a
commit
520e58c432
@ -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>
|
||||
|
||||
@ -7,13 +7,17 @@
|
||||
TESTSDIR= ${TESTSBASE}
|
||||
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
|
||||
|
||||
. if ${MKKMOD} != "no"
|
||||
SUBDIR+= modules
|
||||
. endif
|
||||
|
||||
. if ${MKCRYPTO} != "no"
|
||||
SUBDIR+= crypto
|
||||
. endif
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user