From d4c5cd9b07693b291c2b10ee3d8dbca82d029ba1 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 18 Aug 1999 09:20:00 +0000 Subject: Record build options in the BuildInfo file via BUILD_DEFS. These can be displayed using the -B option to pkg_info(1). Add ZIP_ENCRYPTION to BUILD_DEFS --- archivers/unzip/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archivers/unzip') diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 922a823e2a4..a95add8d072 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1999/02/20 22:48:24 hubertf Exp $ +# $NetBSD: Makefile,v 1.20 1999/08/18 09:20:00 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # @@ -16,6 +16,8 @@ ALL_TARGET= unzips # we do not use USE_ZLIB because of unknown bugs in 5.40's use of libz MAKE_FLAGS= CF="${CFLAGS} -I. -DBSD -DUNIX -Dunix -DUSE_UNSHRINK" +BUILD_DEFS+= ZIP_ENCRYPTION + .include "../../mk/bsd.prefs.mk" .if defined(ZIP_ENCRYPTION) -- cgit v1.2.3