From 077d6e90485ceadd7d82b1ce6431b60ec5ca40ed Mon Sep 17 00:00:00 2001 From: itojun Date: Wed, 1 Nov 2000 15:34:28 +0000 Subject: [PATCH] visit crypto if MKCRYPTO!=no --- regress/sys/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/regress/sys/Makefile b/regress/sys/Makefile index cf15301a9044..05260ea27d99 100644 --- a/regress/sys/Makefile +++ b/regress/sys/Makefile @@ -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 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