visit crypto if MKCRYPTO!=no

This commit is contained in:
itojun 2000-11-01 15:34:28 +00:00
parent 985a5fe39c
commit 077d6e9048

View File

@ -1,4 +1,6 @@
# $NetBSD: Makefile,v 1.9 1999/06/19 00:53:31 thorpej Exp $
# $NetBSD: Makefile,v 1.10 2000/11/01 15:34:28 itojun Exp $
.include <bsd.own.mk>
SUBDIR= kern fs uvm
.if exists(arch/${MACHINE})
@ -7,5 +9,8 @@ SUBDIR+= arch/${MACHINE}
.if exists(arch/${MACHINE_ARCH})
SUBDIR+= arch/${MACHINE_ARCH}
.endif
.if ${MKCRYPTO} != "no"
SUBDIR+= crypto
.endif
.include <bsd.subdir.mk>