summaryrefslogtreecommitdiff
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-15 07:35:41 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-15 07:35:41 +0000
commit7f841b049f1a74cb23bd39e5483acae9809a725c (patch)
tree7025f46f92e462d84fe6a9ea1bfb74c2e65065df /archivers/Makefile
parentAdd missing directories (diff)
Move encryption things to restricted area.
Add hpack to restricted area.
Notes
Notes: svn path=/head/; revision=780
Diffstat (limited to 'archivers/Makefile')
-rw-r--r--archivers/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 96d446043e69..0020d175d65c 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>