diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-22 12:17:02 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-22 12:17:02 +0000 |
commit | 69fe54dd80185c58e9111ea12633c9fe365f2bec (patch) | |
tree | f00aabf885505c0222f7ab6b3f38277711a87aad | |
parent | Move zip.with_encryption to restricted section (diff) |
unzip.with_encryption added to restricted comment
Notes
Notes:
svn path=/head/; revision=599
-rw-r--r-- | misc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index ff932938da07..67fd8b99328b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.22 1994/12/17 03:06:08 ache Exp $ +# $Id: Makefile,v 1.23 1994/12/22 08:10:06 ache Exp $ # -# restricted: pgp.usa_only pgp.non-usa_only zip.with_encryption +# restricted: pgp.usa_only pgp.non-usa_only zip.with_encryption \ +# unzip.with_encryption # SUBDIR= Wnn calc hfs iozone ispell less mshell mtools netpbm \ top unzip xsysstats zoo screen |