diff options
author | ache <ache@FreeBSD.org> | 1995-01-15 07:35:41 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-15 07:35:41 +0000 |
commit | 8780212885a90af4e80e35459ff050b97409d867 (patch) | |
tree | d908e6157c3c612a2db086eaa1aa16d0abb73f8f /archivers | |
parent | 42a2dbe98ba654d52337e04bedf46c482ba67864 (diff) | |
download | FreeBSD-ports-8780212885a90af4e80e35459ff050b97409d867.zip FreeBSD-ports-8780212885a90af4e80e35459ff050b97409d867.tar.gz |
Move encryption things to restricted area.
Add hpack to restricted area.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 96d4460..0020d17 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.1.1.1 1995/01/13 11:12:19 jkh Exp $ +# $Id: Makefile,v 1.2 1995/01/13 12:10:55 jkh Exp $ # -SUBDIR= arc gshar+gunshar unarj unrar unzip unzip.with_encryption \ - zip zip.with_encryption zoo +# restricted: hpack.non-usa_only unzip.with_encryption zip.with_encryption +# +SUBDIR= arc gshar+gunshar unarj unrar unzip zip zoo .include <bsd.port.subdir.mk> |