summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv>1998-06-20 23:28:24 +0000
committertv <tv>1998-06-20 23:28:24 +0000
commitae8a7989b3d7c1d86aa2e94505f49a0edc71ef20 (patch)
treee4f7d37319bf83c3b6b1ef7b389e16ddf1436ef1 /mk
parent730ba2a1108fb8688c456b03cc5af1a059b0ea1f (diff)
downloadpkgsrc-ae8a7989b3d7c1d86aa2e94505f49a0edc71ef20.tar.gz
Add ZIP_ENCRYPTION option for zip, zip1, and unzip pkgs.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index a937fb544ff..f692be1cbad 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.15 1998/06/20 22:46:19 tv Exp $
+# $NetBSD: mk.conf.example,v 1.16 1998/06/20 23:28:24 tv Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
# for building either NetBSD or some of the NetBSD packages collection
@@ -165,3 +165,7 @@ PAPERSIZE= A4 # Default paper size for packages.
# Set this to the version of socks necessary.
# Possible: 4, 5, not defined
# Default: not defined
+
+#ZIP_ENCRYPTION= # Add encryption code to zip, zip1, and unzip
+ # Possible: defined, not defined
+ # Default: not defined