From 9bd1a531bc7f2c5f78e629b4016de8cc1cd93c04 Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 4 Jan 2004 00:27:15 +0000 Subject: [PATCH] only build do-lib-libdes if ${MKCRYPTO}!=no --- Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 37a98601ce6a..429f492ae6f8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.223 2004/01/03 14:04:27 lukem Exp $ +# $NetBSD: Makefile,v 1.224 2004/01/04 00:27:15 lukem Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -187,8 +187,13 @@ BUILDTARGETS+= do-tools-compat .if ${MKGCC} != "no" BUILDTARGETS+= do-gnu-lib-libgcc${LIBGCC_EXT} .endif -BUILDTARGETS+= do-lib-csu do-lib-libc do-lib-libdes do-lib do-gnu-lib \ - do-ld.so do-build +BUILDTARGETS+= do-lib-csu do-lib-libc +.if ${MKCRYPTO} != "no" +BUILDTARGETS+= do-lib-libdes +.endif +BUILDTARGETS+= do-lib do-gnu-lib +BUILDTARGETS+= do-ld.so +BUILDTARGETS+= do-build BUILDTARGETS+= do-obsolete #