From db0f336fb0a61aafc090d86116eb437b95df7dd3 Mon Sep 17 00:00:00 2001 From: brad Date: Sat, 21 Apr 2001 14:59:31 +0000 Subject: [PATCH] MAKE_ENV= -> MAKE_ENV+=; should fix problem art@ has been seeing. -- Ok'd by: espie@ --- graphics/jbigkit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/jbigkit/Makefile b/graphics/jbigkit/Makefile index 043df497224..03fc9927988 100644 --- a/graphics/jbigkit/Makefile +++ b/graphics/jbigkit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2001/04/13 23:46:11 brad Exp $ +# $OpenBSD: Makefile,v 1.21 2001/04/21 14:59:31 brad Exp $ # $FreeBSD: Makefile,v 1.5 1998/09/14 22:19:05 smace Exp $ COMMENT= "lossless image compression library" @@ -31,5 +31,5 @@ test: build .include .if defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:L} == "yes" -MAKE_ENV= NO_SHARED_LIBS=Yes +MAKE_ENV+= NO_SHARED_LIBS=Yes .endif