From 080ea4721e6d9e7d00c8034e5610fd7ac25d93ff Mon Sep 17 00:00:00 2001 From: bjh21 Date: Sun, 31 Mar 2002 15:49:20 +0000 Subject: [PATCH] Set CKSUM in the environment when calling makesums. --- distrib/sets/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/sets/Makefile b/distrib/sets/Makefile index 3c627b807c5d..c5c341b16e84 100644 --- a/distrib/sets/Makefile +++ b/distrib/sets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/03/22 23:15:32 lukem Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/31 15:49:20 bjh21 Exp $ # The `all' target must appear before bsd.own.mk is pulled in. all: @@ -13,7 +13,7 @@ all: SETSENV= DESTDIR=${DESTDIR:Q} \ MACHINE=${MACHINE:Q} MACHINE_ARCH=${MACHINE_ARCH:Q} \ - MAKE=${MAKE:Q} MTREE=${MTREE:Q} PAX=${PAX:Q} + CKSUM=${CKSUM:Q} MAKE=${MAKE:Q} MTREE=${MTREE:Q} PAX=${PAX:Q} print_machine: .PHONY @echo ${MACHINE}