diff options
author | tv <tv@pkgsrc.org> | 1998-06-20 23:28:24 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-06-20 23:28:24 +0000 |
commit | 1f34e4a1d44d9a97f61a32c942581fc1c6906176 (patch) | |
tree | e4f7d37319bf83c3b6b1ef7b389e16ddf1436ef1 /mk | |
parent | c4714dc497a84853e889622c1d380d6f0a247d60 (diff) | |
download | pkgsrc-1f34e4a1d44d9a97f61a32c942581fc1c6906176.tar.gz |
Add ZIP_ENCRYPTION option for zip, zip1, and unzip pkgs.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 6 |
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 |