diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 09:20:00 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 09:20:00 +0000 |
commit | d4c5cd9b07693b291c2b10ee3d8dbca82d029ba1 (patch) | |
tree | 5320963cc43d07d1de3362e5bd1d7d7637d48040 /archivers/zip1 | |
parent | 1ea71c2b8f4603e859b8b3442853e8f6100f07bd (diff) | |
download | pkgsrc-d4c5cd9b07693b291c2b10ee3d8dbca82d029ba1.tar.gz |
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
Diffstat (limited to 'archivers/zip1')
-rw-r--r-- | archivers/zip1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index 1ba6e74d8c0..932246499b5 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/01 14:07:52 agc Exp $ +# $NetBSD: Makefile,v 1.6 1999/08/18 09:20:01 agc Exp $ # DISTNAME= zip1-1.1 @@ -21,6 +21,8 @@ ALL_TARGET= zip NO_WRKSUBDIR= yes PLIST_SRC= ${WRKSRC}/PLIST +BUILD_DEFS+= ZIP_ENCRYPTION + .include "../../mk/bsd.prefs.mk" .if defined(ZIP_ENCRYPTION) |