aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-04-12 16:16:04 +0800
committerasami <asami@FreeBSD.org>1996-04-12 16:16:04 +0800
commite9e6a4ade2ce71cca1cb337a9dbca99a5a65f2b2 (patch)
tree26740366c7216c8c0bbdc9a080449efbad16e63f /archivers/Makefile
parentae60f4aa689713484a1aa3e2a5bef9f3476edb35 (diff)
downloadfreebsd-ports-gnome-e9e6a4ade2ce71cca1cb337a9dbca99a5a65f2b2.tar.gz
freebsd-ports-gnome-e9e6a4ade2ce71cca1cb337a9dbca99a5a65f2b2.tar.zst
freebsd-ports-gnome-e9e6a4ade2ce71cca1cb337a9dbca99a5a65f2b2.zip
Add hpack.non-usa_only, unzip.with_encryption, zip.with_encryption to
SUBDIR list.
Diffstat (limited to 'archivers/Makefile')
-rw-r--r--archivers/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 31d5b2c48451..ed8e733126f6 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -1,17 +1,17 @@
-# $Id: Makefile,v 1.6 1995/05/14 03:28:58 asami Exp $
+# $Id: Makefile,v 1.7 1995/10/03 11:44:59 asami Exp $
#
SUBDIR += arc
SUBDIR += gshar+gunshar
SUBDIR += ha
-RESTRICTED += hpack.non-usa_only
+ SUBDIR += hpack.non-usa_only
SUBDIR += lha
SUBDIR += unarj
SUBDIR += unrar
SUBDIR += unzip
-RESTRICTED += unzip.with_encryption
+ SUBDIR += unzip.with_encryption
SUBDIR += zip
-RESTRICTED += zip.with_encryption
+ SUBDIR += zip.with_encryption
SUBDIR += zoo
.include <bsd.port.subdir.mk>